Skip to content

Commit 49fb1b3

Browse files
committed
[selectors] More exports.
1 parent 6d2cb06 commit 49fb1b3

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

selectors/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,15 +1513,17 @@ <h3 id=scoping><span class=secno>3.5. </span> Scoped Selectors</h3>
15131513
<p>Some host applications may choose to <dfn data-export=data-export
15141514
id=scope title="scope | scoped selector">scope</dfn> selectors to a
15151515
particular subtree or fragment of the document. The root of the scoping
1516-
subtree is called the <dfn id=scoping-root>scoping root</dfn>, and may be
1517-
either a true element (the <dfn id=scoping-element>scoping element</dfn>)
1518-
or a <dfn id=virtual title="virtual scoping root">virtual</dfn> one (such
1519-
as a <code>DocumentFragment</code>).
1516+
subtree is called the <dfn data-export=data-export id=scoping-root>scoping
1517+
root</dfn>, and may be either a true element (the <dfn
1518+
data-export=data-export id=scoping-element>scoping element</dfn>) or a
1519+
<dfn data-export=data-export id=virtual
1520+
title="virtual scoping root">virtual</dfn> one (such as a
1521+
<code>DocumentFragment</code>).
15201522

15211523
<p>There are two methods of scoping selectors:
15221524

15231525
<dl>
1524-
<dt><dfn id=scope-contained-selectors
1526+
<dt><dfn data-export=data-export id=scope-contained-selectors
15251527
title="scope-contained | scope-contained selector">scope-contained
15261528
selectors</dfn>
15271529

@@ -1532,7 +1534,7 @@ <h3 id=scoping><span class=secno>3.5. </span> Scoped Selectors</h3>
15321534
href="#roo-pseudo"><code>:root</code></a> pseudo-class, however, still
15331535
only matches the actual root of the document.)
15341536

1535-
<dt><dfn id=scope-filtered
1537+
<dt><dfn data-export=data-export id=scope-filtered
15361538
title="scope-filtered | scope-filtered selector">scope-filtered</dfn>
15371539
selectors
15381540

selectors/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -762,22 +762,22 @@ <h3 id="scoping">
762762

763763
<p>Some host applications may choose to <dfn data-export title="scope | scoped selector">scope</dfn> selectors
764764
to a particular subtree or fragment of the document.
765-
The root of the scoping subtree is called the <dfn>scoping root</dfn>,
766-
and may be either a true element (the <dfn>scoping element</dfn>)
767-
or a <dfn title="virtual scoping root">virtual</dfn> one (such as a <code>DocumentFragment</code>).
765+
The root of the scoping subtree is called the <dfn data-export>scoping root</dfn>,
766+
and may be either a true element (the <dfn data-export>scoping element</dfn>)
767+
or a <dfn data-export title="virtual scoping root">virtual</dfn> one (such as a <code>DocumentFragment</code>).
768768

769769
<p>There are two methods of scoping selectors:
770770

771771
<dl>
772-
<dt><dfn title="scope-contained | scope-contained selector">scope-contained selectors</dfn>
772+
<dt><dfn data-export title="scope-contained | scope-contained selector">scope-contained selectors</dfn>
773773
<dd>
774774
With this method of scoping, selectors match as if
775775
the <i>scoping root</i> were the root of the document:
776776
all <i>compound selectors</i> must be represented within the scope.
777777
(The <code>:root</code> pseudo-class, however,
778778
still only matches the actual root of the document.)
779779

780-
<dt><dfn title="scope-filtered | scope-filtered selector">scope-filtered</dfn> selectors
780+
<dt><dfn data-export title="scope-filtered | scope-filtered selector">scope-filtered</dfn> selectors
781781
<dd>
782782
With this method of scoping, a selector matches if
783783
the <i>subject</i> of the selector is within the scope,

0 commit comments

Comments
 (0)