@@ -180,6 +180,12 @@ <h2>12.1 <a name="before-after-content">The</a> <a name="x2"><span class="index-
180180</ pre >
181181</ div >
182182
183+ < div class ="note ">
184+ < p > < strong > Note.</ strong > This specification does not fully define the interaction of :before
185+ and :after with replaced elements (such as IMG in HTML). This will
186+ be defined in more detail in a future specification.</ p >
187+ </ div >
188+
183189< h2 > 12.2 < a name ="content "> The</ a > < a href ="generate.html#propdef-content " class ="noxref "> < span
184190class ="propinst-content "> 'content'</ span > </ a > property</ h2 >
185191
@@ -265,9 +271,13 @@ <h2>12.2 <a name="content">The</a> <a href="generate.html#propdef-content" class
265271string is not parsed by the CSS processor. If the subject of the selector
266272doesn't have an attribute X, an empty string is returned. The
267273case-sensitivity of attribute names depends on the document language.
274+ </ dl >
275+
276+ < div class ="note ">
268277< strong > Note.</ strong > In CSS 2.1, it is not possible to refer to
269278attribute values for other elements than the subject of the selector.
270- </ dl >
279+ </ div >
280+
271281
272282< P > The < a href ="visuren.html#propdef-display " class ="noxref "> < span class ="propinst-display "> 'display'</ span > </ a > property
273283controls whether the content is placed in a block or inline box.
@@ -653,7 +663,7 @@ <h3>12.4.1 <a name="scope">Nested counters and scope</a></h3>
653663< a href ="generate.html#propdef-counter-reset " class ="noxref "> < span class ="propinst-counter-reset "> 'counter-reset'</ span > </ a > for that
654664counter and includes the element's descendants and its following
655665siblings with their descendants. However, it does not include any
656- elements in the scope of a counter created by a 'counter-reset' on a
666+ elements in the scope of a counter with the same name created by a 'counter-reset' on a
657667later sibling of the element or by a later 'counter-reset' on the same
658668element.
659669
0 commit comments