Skip to content

Commit cdd0add

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402284
1 parent 338d3ae commit cdd0add

5 files changed

Lines changed: 118 additions & 84 deletions

File tree

css2/cascade.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,14 @@ <h3>6.1.2 <span class="index-def" title="computed value">
106106
<h3>6.1.3 <span class="index-def" title="used value">
107107
<a name="used-value">Used values</a></span></h3>
108108

109-
<p>Computed values can be relative to each other; for example a width
110-
could be set as a percentage, which is dependent on the containing
111-
block's width. The <dfn id="usedValue">used value</dfn> is the
112-
result of taking the computed value and resolving these dependencies
113-
into a final absolute value used for the actual layout.
114-
109+
<p>Computed values are processed as far as possible without formatting
110+
the document. Some values, however, can only be determined when the
111+
document is being laid out. For example, if the width of an element is
112+
set to be a certain percentage of its containing block, the width
113+
cannot be determined until the width of the containing block has been
114+
determined. The <dfn id="usedValue">used value</dfn> is the result of
115+
taking the computed value and resolving any remaining dependencies
116+
into an absolute value.
115117

116118
<h3>6.1.4 <span class="index-def" title="actual value">
117119
<a name="actual-value">Actual values</a></span></h3>
@@ -340,7 +342,7 @@ <H3>6.4.1 <a name="cascading-order">Cascading order</a></H3>
340342
this strategy gives author's style sheets higher weight than those of
341343
the reader. User agents must give the user the ability to turn off the
342344
influence of specific author style sheets, e.g., through a pull-down
343-
menu.
345+
menu. Conformance to UAAG 1.0 checkpoint 4.14 satisfies this condition <a href="refs.html#ref-UAAG10" rel="biblioentry" class="noxref"><span class="normref">[UAAG10]</span></a>.
344346

345347
<H3>6.4.2 <a name="important-rules">!important rules</a></H3>
346348

css2/conform.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@ <H2><a name="q1">3.1 Definitions</a></H2>
5858
recommend ...", "This specification recommends ...", or some similar
5959
wording.</P>
6060

61+
<p>Examples and notes are not normative.
62+
63+
<div class=example><P style="display:none">Example(s):</P><p>Examples usually have the word "example" near
64+
their start ("Example:", "The following example&hellip;," "For
65+
example," etc.) and are shown in the color maroon, like this
66+
paragraph.</p></div>
67+
68+
<div class=note><p>Notes start with the word "Note," are indented and
69+
shown in green, like this paragraph.</p></div>
70+
71+
<p>Figures are for illustration only, they are not reference
72+
renderings, unless explicitly stated.
73+
6174
<dl>
6275

6376

@@ -337,6 +350,8 @@ <h2>3.2 <a name="conformance">Conformance</a></h2>
337350
influence of specific author style sheets. Conformance to UAAG 1.0
338351
checkpoint 4.14 satisfies this condition [[-UUAG]].
339352

353+
<li>The UA must allow the user to turn off the influence of author style sheets.
354+
340355
</ol>
341356

342357
<P>Not every user agent must observe every point, however:</p>

0 commit comments

Comments
 (0)