Skip to content

Commit 803d6cc

Browse files
committed
[css-inline] wordsmithing
1 parent 5390860 commit 803d6cc

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

css-inline/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,13 +808,16 @@ Issue: Is this the behavior we want? What if the float is on the same line as th
808808
Appendix A: Synthesizing Baselines</h2>
809809

810810
Some fonts may not contain the baseline information necessary to align properly as described above.
811-
User agents should follow these steps in the absence of a necessary metric:
811+
User agents may follow these steps in the absence of a required metric:
812812

813813
<ol>
814814

815815
<li>Measure the font.
816816

817-
<div class="issue">Describe in more detail. Should we document which characters in which scripts are useful, such as lowercase "o" to measure x-height?</div>
817+
<div class="issue">Describe in more detail.
818+
Should we document which characters in which scripts are useful,
819+
such as lowercase "o" to measure x-height? See https://drafts.csswg.org/css-values/#ex</div>
820+
818821
</li>
819822

820823
<li>Use a heuristic for the script. </li>

css-inline/Overview.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ <h2 class="no-num heading settled" id="appendix-a"><span class="content">
14601460

14611461

14621462
<p>Some fonts may not contain the baseline information necessary to align properly as described above.
1463-
User agents should follow these steps in the absence of a necessary metric:</p>
1463+
User agents may follow these steps in the absence of a required metric:</p>
14641464

14651465

14661466
<ol>
@@ -1469,7 +1469,10 @@ <h2 class="no-num heading settled" id="appendix-a"><span class="content">
14691469
<li>Measure the font.
14701470

14711471

1472-
<div class="issue" id="issue-3d9f0fe7"><a class="self-link" href="#issue-3d9f0fe7"></a>Describe in more detail. Should we document which characters in which scripts are useful, such as lowercase "o" to measure x-height?</div>
1472+
<div class="issue" id="issue-3c6d3ab2"><a class="self-link" href="#issue-3c6d3ab2"></a>Describe in more detail.
1473+
Should we document which characters in which scripts are useful,
1474+
such as lowercase "o" to measure x-height? See https://drafts.csswg.org/css-values/#ex</div>
1475+
14731476

14741477

14751478

@@ -1942,6 +1945,8 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
19421945
<div class="issue"> Edit figure to show how auto behaves in varying contexts<a href="#issue-c4ff3304"></a></div>
19431946
<div class="issue"> Handle glyph ink above cap height of font.<a href="#issue-f77cbeb9"></a></div>
19441947
<div class="issue"> Is this the behavior we want? What if the float is on the same line as the initial letter?<a href="#issue-2ad0a0cb"></a></div>
1945-
<div class="issue">Describe in more detail. Should we document which characters in which scripts are useful, such as lowercase "o" to measure x-height?<a href="#issue-3d9f0fe7"></a></div>
1948+
<div class="issue">Describe in more detail.
1949+
Should we document which characters in which scripts are useful,
1950+
such as lowercase "o" to measure x-height? See https://drafts.csswg.org/css-values/#ex<a href="#issue-3c6d3ab2"></a></div>
19461951
</div></body>
19471952
</html>

0 commit comments

Comments
 (0)