@@ -27,6 +27,7 @@ Include Can I Use Panels: yes
2727spec:css-values; type:value; text:ex
2828</ pre >
2929
30+
3031< h2 id ="intro ">
3132Introduction</ h2 >
3233
@@ -462,17 +463,15 @@ Computed Values</h3>
462463 as defined in the “Computed Value” line of the property definition table,
463464 generally absolutizing it in preparation for < a > inheritance</ a > .
464465
465- <div class=note>
466- The <a>computed value</a> is the value that is transferred from parent to child during <a>inheritance</a> .
467- For historical reasons,
468- it is not necessarily the value returned by the {{getComputedStyle()}} function,
469- which sometimes returns <a>used values</a> . [[CSSOM]]
470- Furthermore, the <a>computed value</a> is an abstract data representation:
471- their definitions reflect that data representation,
472- not how that data is serialized.
473- For example, serialization rules often allow omitting certain values which are implied during parsing;
474- but those values are nonetheless part of the <a>computed value</a> .
475- </div>
466+ Note: The < a > computed value</ a > is the value that is transferred from parent to child during < a > inheritance</ a > .
467+ For historical reasons,
468+ it is not necessarily the value returned by the {{getComputedStyle()}} function,
469+ which sometimes returns < a > used values</ a > . [[CSSOM]]
470+ Furthermore, the < a > computed value</ a > is an abstract data representation:
471+ their definitions reflect that data representation,
472+ not how that data is serialized.
473+ For example, serialization rules often allow omitting certain values which are implied during parsing;
474+ but those values are nonetheless part of the < a > computed value</ a > .
476475
477476 < div class ="example ">
478477 A < a > specified value</ a > can be either absolute (i.e., not relative to another value, as in ''red'' or ''2mm'')
0 commit comments