Skip to content

Commit a09652f

Browse files
committed
[css-writing-modes] Clarify that central baseline is the ideographic central baseline. #5177
1 parent e963364 commit a09652f

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

css-writing-modes-3/Overview.bs

+13-3
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,11 @@ Text Baselines</h3>
10451045

10461046
</dd>
10471047
<dt>central</dt>
1048-
<dd>The <dfn>central baseline</dfn>, which typically crosses the center
1049-
of the em box. If the font is missing this baseline,
1048+
<dd>The ideographic <dfn>central baseline</dfn>,
1049+
which typically crosses the center of the em box.
1050+
If the font is missing this baseline,
10501051
it is assumed to be halfway between the ascender (<a>over</a>)
1051-
and descender (<a>under</a>) edges of the em box.
1052+
and descender (<a>under</a>) edges of the ideographic em box.
10521053
</dd>
10531054
</dl>
10541055

@@ -2512,6 +2513,15 @@ Privacy and Security Considerations {#priv-sec}
25122513
Changes since the <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903">September
25132514
2019 CSS Writing Modes Module Level 3 Candidate Recommendation</a></h3>
25142515

2516+
<ul>
2517+
<li>Clarified that the [=central baseline=] is the [=ideographic central baseline=].
2518+
(<a href="https://github.com/w3c/csswg-drafts/issues/5177">Issue 5177</a>)
2519+
</ul>
2520+
2521+
<h3 class="no-num" id="changes-20190903">
2522+
Changes since the <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-3-20190903">September
2523+
2019 CSS Writing Modes Module Level 3 Candidate Recommendation</a></h3>
2524+
25152525
No substantive change;
25162526
minor editorial fixes
25172527
(see issue <a href="https://github.com/w3c/csswg-drafts/issues/4293">4293</a>,

css-writing-modes-4/Overview.bs

+14-3
Original file line numberDiff line numberDiff line change
@@ -1118,10 +1118,11 @@ Text Baselines</h3>
11181118

11191119
</dd>
11201120
<dt>central</dt>
1121-
<dd>The <dfn>central baseline</dfn>, which typically crosses the center
1122-
of the em box. If the font is missing this baseline,
1121+
<dd>The ideographic <dfn>central baseline</dfn>,
1122+
which typically crosses the center of the em box.
1123+
If the font is missing this baseline,
11231124
it is assumed to be halfway between the ascender (<a>over</a>)
1124-
and descender (<a>under</a>) edges of the em box.
1125+
and descender (<a>under</a>) edges of the ideographic em box.
11251126
</dd>
11261127
</dl>
11271128

@@ -2790,6 +2791,16 @@ Privacy and Security Considerations {#priv-sec}
27902791

27912792
<h2 class="no-num" id="changes">Changes</h2>
27922793

2794+
<h3 class="no-num" id="changes-2019">
2795+
Changes since the <a href="https://www.w3.org/TR/2019/CR-css-writing-modes-4-20190730/">July
2796+
2019 CSS Writing Modes Module Level 4 Candidate Recommendation</a></h3>
2797+
2798+
<ul>
2799+
<li>
2800+
Clarified that the [=central baseline=] is the [=ideographic central baseline=].
2801+
(<a href="https://github.com/w3c/csswg-drafts/issues/5177">Issue 5177</a>)
2802+
</ul>
2803+
27932804
<h3 class="no-num" id="changes-201805">
27942805
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-writing-modes-4-20180524">May
27952806
2018 CSS Writing Modes Module Level 4 Candidate Recommendation</a></h3>

0 commit comments

Comments
 (0)