1111 FIXME when publishing: copy the current default.css and link to
1212 "default.css" rather than "../default.css"
1313 -->
14- <link href="../css-module/ default.css" rel=stylesheet type="text/css">
14+ <link href="../default.css" rel=stylesheet type="text/css">
1515 <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1616 type="text/css">
1717 </head>
3636
3737 <h1>CSS Generated Content Module Level 3</h1>
3838
39- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
40- 2011</h2>
39+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 April 2012</h2>
4140
4241 <dl>
4342 <dt>This version:
4443
4544 <dd><a
4645 href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
4746 <!-- <dd><a
48- href="2011 /ED-css3-content-20111109">2011 /ED-css3-content-20111109 </a></dd> -->
47+ href="2012 /ED-css3-content-20120417">2012 /ED-css3-content-20120417 </a></dd> -->
4948
5049 <dt>Latest version:
5150
@@ -72,13 +71,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
7271
7372 <p class=copyright><a
7473 href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
75- rel=license>Copyright</a> © 2011 <a
76- href="http://www.w3.org/"><acronym
77- title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
78- href="http://www.csail.mit.edu/"><acronym
79- title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
80- href="http://www.ercim.eu/"><acronym
81- title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
74+ rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr
75+ title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
76+ href="http://www.csail.mit.edu/"><abbr
77+ title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
78+ href="http://www.ercim.eu/"><abbr
79+ title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
8280 <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
8381 href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
8482 <a
@@ -306,12 +304,12 @@ <h2 id=terminology><span class=secno>2. </span>Terminology</h2>
306304 these nested pseudo-elements, three new terms have been coined.
307305
308306 <dl>
309- <dt><dfn id=superior-parent>superior parent </dfn>
307+ <dt><dfn id=originating-element>originating element </dfn>
310308
311- <dd> A pseudo-element's superior parent is the element to which it is
312- associated. e.g. the superior parent of the pseudo-element matched by
309+ <dd> A pseudo-element's originating element is the element to which it is
310+ associated. e.g. the originating element of the pseudo-element matched by
313311 ‘<code class=css>::before</code>’ is the element to which it
314- is attached. Note that an element never has a superior parent , and a
312+ is attached. Note that an element never has a originating element , and a
315313 pseudo-element always has exactly one. This term is sometimes shortened
316314 to "superior".
317315 </dl>
@@ -370,7 +368,7 @@ <h3 id=inserting-content-into-an-element-the-be><span class=secno>3.1.
370368
371369 <p>The ‘<code class=css>::before</code>’ and ‘<code
372370 class=css>::after</code>’ pseudo-elements inherit any inheritable
373- properties from their superior parent .
371+ properties from their originating element .
374372
375373 <p>For a ‘<code class=css>::before</code>’ or ‘<code
376374 class=css>::after</code>’ pseudo-element to be generated, the
@@ -1384,9 +1382,10 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
13841382 <p>For an element, this computes to ‘<a href="#contents0"><code
13851383 class=property>contents</code></a>’.</p>
13861384
1387- <p>For ‘<code class=css>::alternate</code>’, if the superior
1388- parent uses the ‘<code class=property>footnote</code>’,
1389- ‘<code class=property>endnote</code>’, or ‘<code
1385+ <p>For ‘<code class=css>::alternate</code>’, if the
1386+ originating element uses the ‘<code
1387+ class=property>footnote</code>’, ‘<code
1388+ class=property>endnote</code>’, or ‘<code
13901389 class=property>section-note</code>’ counter in its ‘<a
13911390 href="#content"><code class=property>content</code></a>’ property
13921391 then the computed value of ‘<a href="#content"><code
@@ -1400,8 +1399,8 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
14001399 class=css>::line-marker</code>’ this computes to ‘<a
14011400 href="#inhibit"><code class=property>inhibit</code></a>’.</p>
14021401
1403- <p>For ‘<code class=css>::marker</code>’, if the superior
1404- parent 's superior parent uses ‘<code
1402+ <p>For ‘<code class=css>::marker</code>’, if the originating
1403+ element 's originating element uses ‘<code
14051404 class=property>footnote</code>’ in its ‘<a
14061405 href="#content"><code class=property>content</code></a>’ property
14071406 then ‘<a href="#normal"><code
@@ -1418,8 +1417,8 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
14181417 suffix appropriate for that list style type, otherwise ‘<a
14191418 href="#inhibit"><code class=property>inhibit</code></a>’.</p>
14201419
1421- <p>For ‘<code class=css>::marker</code>’, if the superior
1422- parent 's superior parent uses ‘<code
1420+ <p>For ‘<code class=css>::marker</code>’, if the originating
1421+ element 's originating element uses ‘<code
14231422 class=property>endnote</code>’ in its ‘<a
14241423 href="#content"><code class=property>content</code></a>’ property
14251424 then ‘<a href="#normal"><code
@@ -1436,8 +1435,8 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
14361435 suffix appropriate for that list style type, otherwise ‘<a
14371436 href="#inhibit"><code class=property>inhibit</code></a>’.</p>
14381437
1439- <p>For ‘<code class=css>::marker</code>’, if the superior
1440- parent 's superior parent uses ‘<code
1438+ <p>For ‘<code class=css>::marker</code>’, if the originating
1439+ element 's originating element uses ‘<code
14411440 class=property>section-note</code>’ in its ‘<a
14421441 href="#content"><code class=property>content</code></a>’ property
14431442 then ‘<a href="#normal"><code
@@ -1456,7 +1455,7 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
14561455
14571456 <p>Otherwise, for ‘<code class=css>::marker</code>’, if the
14581457 computed value of ‘<code class=property>display</code>’ for
1459- the superior parent is ‘<code
1458+ the originating element is ‘<code
14601459 class=property>list-item</code>’ then ‘<a
14611460 href="#normal"><code class=property>normal</code></a>’ computes to
14621461 the computed value of the ‘<code
@@ -1980,6 +1979,9 @@ <h2 class=no-num id=index>Index</h2>
19801979 <li>open-quote, <a href="#open-quote"
19811980 title=open-quote><strong>7.</strong></a>
19821981
1982+ <li>originating element, <a href="#originating-element"
1983+ title="originating element"><strong>2.</strong></a>
1984+
19831985 <li>page-policy, <a href="#page-policy0"
19841986 title=page-policy><strong>6.2.</strong></a>
19851987
@@ -1994,9 +1996,6 @@ <h2 class=no-num id=index>Index</h2>
19941996
19951997 <li><strings>, <a href="#ltstringsgt"
19961998 title="<strings>"><strong>7.</strong></a>
1997-
1998- <li>superior parent, <a href="#superior-parent"
1999- title="superior parent"><strong>2.</strong></a>
20001999 </ul>
20012000 <!--end-index-->
20022001
0 commit comments