Skip to content

Commit 677dc21

Browse files
committed
[css-fonts-4] Refered to Cascade 5 for reset-only sub-property, rather than defining independently; fix #11904
1 parent bf0358a commit 677dc21

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

css-fonts-4/Overview.bs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,8 +1800,8 @@ Shorthand font property: the 'font' property</h3>
18001800
and their interaction with the 'font!!property' property:
18011801

18021802
<dl>
1803-
<dt><dfn>Set Explicitly</dfn></dt>
1804-
<dd><p>These properties may be set using the 'font!!property' property:</p>
1803+
<dt>Set Explicitly</dt>
1804+
<dd><p>These longhand properties may also be set using the 'font!!property' shorthand property:</p>
18051805
<ul>
18061806
<li>'font-family!!property'</li>
18071807
<li>'font-size!!property'</li>
@@ -1813,8 +1813,9 @@ Shorthand font property: the 'font' property</h3>
18131813
<li>'line-height'</li>
18141814
</ul>
18151815
</dd>
1816-
<dt><dfn>Reset Implicitly</dfn></dt>
1817-
<dd><p>These may not be set, but are reset to their initial values:</p>
1816+
<dt>Reset Implicitly</dt>
1817+
<dd><p>These properties are a [=reset-only sub-property=] of the 'font!!property' property
1818+
and thus may not be set, but are reset to their initial values:</p>
18181819
<ul>
18191820
<li>'font-feature-settings!!property'</li>
18201821
<li>'font-kerning!!property'</li>
@@ -1831,8 +1832,10 @@ Shorthand font property: the 'font' property</h3>
18311832
<li>'font-variation-settings!!property'</li>
18321833
</ul>
18331834
</dd>
1834-
<dt><dfn>Cascaded Independently</dfn></dt>
1835-
<dd><p>There are neither set nor reset by the 'font!!property' property:</p>
1835+
<dt>Cascaded Independently</dt>
1836+
<dd><p>These (despite the property name starting with "font-")
1837+
are not [=shorthand properties=]
1838+
and thus are neither set nor reset by the 'font!!property' property:</p>
18361839
<ul>
18371840
<li>'font-palette!!property'</li>
18381841
<li>'font-synthesis-weight!!property'</li>

0 commit comments

Comments
 (0)