Skip to content

Commit fc945ae

Browse files
committed
[selectors] Export 'originating element'.
1 parent 59575a7 commit fc945ae

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

selectors/Overview.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="Selectors Level 4" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-02-08 name=dcterms.date>
14+
<meta content=2014-02-13 name=dcterms.date>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content="Tab Atkins Jr." name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
@@ -32,13 +32,13 @@
3232

3333
<h1 id=title>Selectors Level 4</h1>
3434

35-
<h2 class="no-num no-toc">Editor's Draft 8 February 2014</h2>
35+
<h2 class="no-num no-toc">Editor's Draft 13 February 2014</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/selectors4/">
41-
http://www.w3.org/TR/2014/ED-selectors4-20140208/</a>
41+
http://www.w3.org/TR/2014/ED-selectors4-20140213/</a>
4242

4343
<dt>Editor's draft:
4444

@@ -1716,9 +1716,10 @@ <h3 id=pseudo-elements><span class=secno>3.8. </span>Pseudo-elements</h3>
17161716

17171717
<p>Syntactically, a <a href="#pseudo-element"><i>pseudo-element</i></a>
17181718
immediately follows the <a href="#compound"><i>compound selector</i></a>
1719-
representing its <dfn id=originating-element>originating element</dfn>,
1720-
i.e. the element to which it is associated. Unless otherwise overridden by
1721-
the definition of the <a href="#pseudo-element"><i>pseudo-element</i></a>:
1719+
representing its <dfn data-export=data-export
1720+
id=originating-element>originating element</dfn>, i.e. the element to
1721+
which it is associated. Unless otherwise overridden by the definition of
1722+
the <a href="#pseudo-element"><i>pseudo-element</i></a>:
17221723

17231724
<ul>
17241725
<li>only one <a href="#pseudo-element"><i>pseudo-element</i></a> may

selectors/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ <h3 id="pseudo-elements">Pseudo-elements</h3>
941941
multiple pseudo-elements per selector.
942942

943943
<p>Syntactically, a <i>pseudo-element</i> immediately follows
944-
the <i>compound selector</i> representing its <dfn>originating element</dfn>,
944+
the <i>compound selector</i> representing its <dfn data-export>originating element</dfn>,
945945
i.e. the element to which it is associated.
946946
Unless otherwise overridden by the definition of the <i>pseudo-element</i>:
947947
<ul>

0 commit comments

Comments
 (0)