Skip to content

Commit 7ad6a7e

Browse files
committed
[css-cascade] Finish half-finished sentence. Fixes #1890.
1 parent 1367cc6 commit 7ad6a7e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

css-cascade-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,10 @@ Specified Values</h3>
340340
In many cases, the <a>specified value</a> is the <a>cascaded value</a>.
341341
However, if there is no <a>cascaded value</a> at all,
342342
the <a>specified value</a> is <a href="#defaulting">defaulted</a>.
343-
The ''initial'' and ''inherit'' keywords
344-
are handled specially when they are the <a>cascaded value</a> of a property,
345-
343+
The [=CSS-wide keywords=] are handled specially
344+
when they are the <a>cascaded value</a> of a property,
345+
setting the <a>specified value</a> as required by that keyword,
346+
see [[#defaulting-keywords]].
346347

347348
<h3 id="computed">
348349
Computed Values</h3>

css-cascade-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,10 @@ Specified Values</h3>
466466
In many cases, the <a>specified value</a> is the <a>cascaded value</a>.
467467
However, if there is no <a>cascaded value</a> at all,
468468
the <a>specified value</a> is <a href="#defaulting">defaulted</a>.
469-
The ''initial'' and ''inherit'' keywords
470-
are handled specially when they are the <a>cascaded value</a> of a property,
471-
469+
The [=CSS-wide keywords=] are handled specially
470+
when they are the <a>cascaded value</a> of a property,
471+
setting the <a>specified value</a> as required by that keyword,
472+
see [[#defaulting-keywords]].
472473

473474
<h3 id="computed">
474475
Computed Values</h3>

0 commit comments

Comments
 (0)