Skip to content

Commit 0400c7f

Browse files
committed
[css3-cascade] Properly link up the term 'specified'
1 parent 3112ec5 commit 0400c7f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-cascade/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,8 @@ <h4 id=inheritance><span class=secno>4.3.2. </span> Inheritance: the ‘<a
781781
property is the <dfn id=inherit-keyword><code
782782
class=css>inherit</code></dfn> keyword, the <a
783783
href="#inherited-value"><i>inherited value</i></a> becomes the property's
784-
<i>specified</i> and <a href="#computed-value"><i>computed values</i></a>.
784+
<a href="#specified-value"><i title="specified value">specified</i></a>
785+
and <a href="#computed-value"><i>computed values</i></a>.
785786

786787
<h4 id=default><span class=secno>4.3.3. </span> Rolling back the cascade:
787788
the ‘<a href="#default-keyword"><code class=css>default</code></a>

css3-cascade/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ <h4 id="inheritance">
567567

568568
<p>
569569
If the <i>cascaded value</i> of a property is the <dfn id="inherit-keyword">''inherit''</dfn> keyword,
570-
the <i>inherited value</i> becomes the property's <i>specified</i> and <i>computed values</i>.
570+
the <i>inherited value</i> becomes the property's <i title="specified value">specified</i> and <i>computed values</i>.
571571

572572
<h4 id="default">
573573
Rolling back the cascade: the ''default'' keyword</h4>

0 commit comments

Comments
 (0)