You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-inline/Overview.bs
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -801,6 +801,33 @@ Floats always clear an initial letter when floated to the same side. When floate
801
801
802
802
Issue: Is this the behavior we want? What if the float is on the same line as the initial letter?
803
803
804
+
<h2 class="no-num" id="appendix-a">
805
+
Appendix A: Synthesizing Baselines</h2>
806
+
807
+
Some fonts may not contain the baseline information necessary to align properly as described above.
808
+
User agents should follow these steps in the absence of a necessary metric:
809
+
810
+
<ol>
811
+
812
+
<li>Measure the font.
813
+
814
+
<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>
815
+
</li>
816
+
817
+
<li>Use a heuristic for the script. </li>
818
+
819
+
<li>Use fallback values:
820
+
821
+
<ol>
822
+
823
+
<li>x-height: .5em;</li>
824
+
825
+
<li>cap-height: .66em;</li>
826
+
827
+
<li>hanging baseline: .6em;</li>
828
+
</ol>
829
+
</li>
830
+
804
831
805
832
<h2 class="no-num" id="ack">
806
833
Acknowledgments</h2>
@@ -810,4 +837,4 @@ Eric A. Meyer and Michel Suignard.
810
837
811
838
<p>In additions to the authors, this specification would not have been possible without the help from:
812
839
813
-
<p>David Baron, John Daggett, Stephen Deach, Sujal Parikh, Grzegorz Zygmunt, Chris Wilson, David M Brown, Bobby Tung, Shinyu Murakami, David Hyatt, Sylvain Galineau, Alan Stearns, Ted O'Connor.
840
+
<p>David Baron, John Daggett, Stephen Deach, Sujal Parikh, Grzegorz Zygmunt, Chris Wilson, David M Brown, Bobby Tung, Shinyu Murakami, David Hyatt, Sylvain Galineau, Alan Stearns, Ted O’Connor.
<pclass="issue" id="issue-2ad0a0cb"><aclass="self-link" href="#issue-2ad0a0cb"></a> Is this the behavior we want? What if the float is on the same line as the initial letter?</p>
<p>Some fonts may not contain the baseline information necessary to align properly as described above.
1455
+
User agents should follow these steps in the absence of a necessary metric:</p>
1456
+
1457
+
1458
+
<ol>
1459
+
1460
+
1461
+
<li>Measure the font.
1462
+
1463
+
1464
+
<divclass="issue" id="issue-3d9f0fe7"><aclass="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>
<p>In additions to the authors, this specification would not have been possible without the help from:
1497
+
<p>In additions to the authors, this specification would not have been possible without the help from:
1458
1498
1459
1499
</p>
1460
-
<p>David Baron, John Daggett, Stephen Deach, Sujal Parikh, Grzegorz Zygmunt, Chris Wilson, David M Brown, Bobby Tung, Shinyu Murakami, David Hyatt, Sylvain Galineau, Alan Stearns, Ted O’Connor.
1500
+
<p>David Baron, John Daggett, Stephen Deach, Sujal Parikh, Grzegorz Zygmunt, Chris Wilson, David M Brown, Bobby Tung, Shinyu Murakami, David Hyatt, Sylvain Galineau, Alan Stearns, Ted O’Connor.
<divclass="issue"> Edit figure to show how auto behaves in varying contexts<ahref="#issue-c4ff3304"> ↵ </a></div>
1895
1935
<divclass="issue"> Handle glyph ink above cap height of font.<ahref="#issue-f77cbeb9"> ↵ </a></div>
1896
1936
<divclass="issue"> Is this the behavior we want? What if the float is on the same line as the initial letter?<ahref="#issue-2ad0a0cb"> ↵ </a></div>
1937
+
<divclass="issue">Describe in more detail. Should we document which characters in which scripts are useful, such as lowercase "o" to measure x-height?<ahref="#issue-3d9f0fe7"> ↵ </a></div>
0 commit comments