Skip to content

Commit 5f20c7c

Browse files
committed
[css-cascade] Move a non-normative statement into the following note.
1 parent 716dd7a commit 5f20c7c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-cascade/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -920,13 +920,13 @@ <h3 id=computed><span class=secno>5.2. </span> Finding the computed value</h3>
920920
<p> The <dfn id=computed-value>computed value</dfn> is the result of
921921
resolving the <a href="#specified-value"><i>specified value</i></a> as
922922
defined in the "Computed Value" line of the property definition table.
923-
Generally, this means resolving the <a
924-
href="#specified-value"><i>specified value</i></a> insofar as possible
925-
without formatting the document.
926923

927-
<p class=note> In practice, the constraints are somewhat stricter. Computed
928-
values generally don't depend on resolving network requests, and we try to
929-
ensure they're based solely on data from the element and its parent.
924+
<p class=note> Generally, this means resolving the <a
925+
href="#specified-value"><i>specified value</i></a> insofar as possible
926+
without formatting the document. In practice, the constraints are somewhat
927+
stricter. Computed values generally don't depend on resolving network
928+
requests, and we try to ensure they're based solely on data from the
929+
element and its parent.
930930

931931
<p class=note> The <a href="#computed-value"><i>computed value</i></a> is
932932
the value that is transferred from parent to child during <a

css-cascade/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,10 +666,10 @@ <h3 id="computed">
666666
<p>
667667
The <dfn>computed value</dfn> is the result of resolving the <i>specified value</i>
668668
as defined in the "Computed Value" line of the property definition table.
669-
Generally, this means resolving the <i>specified value</i>
670-
insofar as possible without formatting the document.
671669

672670
<p class="note">
671+
Generally, this means resolving the <i>specified value</i>
672+
insofar as possible without formatting the document.
673673
In practice, the constraints are somewhat stricter.
674674
Computed values generally don't depend on resolving network requests,
675675
and we try to ensure they're based solely on data from the element and its parent.

0 commit comments

Comments
 (0)