Skip to content

Commit 6d2cb06

Browse files
committed
[selectors] Export 'scoped selector'.
1 parent 7fa9992 commit 6d2cb06

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

selectors/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,13 +1510,13 @@ <h3 id=subject><span class=secno>3.4. </span> Determining the Subject of a
15101510

15111511
<h3 id=scoping><span class=secno>3.5. </span> Scoped Selectors</h3>
15121512

1513-
<p>Some host applications may choose to <dfn id=scope
1514-
title="scope | scoped selector">scope</dfn> selectors to a particular
1515-
subtree or fragment of the document. The root of the scoping subtree is
1516-
called the <dfn id=scoping-root>scoping root</dfn>, and may be either a
1517-
true element (the <dfn id=scoping-element>scoping element</dfn>) or a <dfn
1518-
id=virtual title="virtual scoping root">virtual</dfn> one (such as a
1519-
<code>DocumentFragment</code>).
1513+
<p>Some host applications may choose to <dfn data-export=data-export
1514+
id=scope title="scope | scoped selector">scope</dfn> selectors to a
1515+
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>).
15201520

15211521
<p>There are two methods of scoping selectors:
15221522

selectors/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ <h3 id="subject">
760760
<h3 id="scoping">
761761
Scoped Selectors</h3>
762762

763-
<p>Some host applications may choose to <dfn title="scope | scoped selector">scope</dfn> selectors
763+
<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.
765765
The root of the scoping subtree is called the <dfn>scoping root</dfn>,
766766
and may be either a true element (the <dfn>scoping element</dfn>)

0 commit comments

Comments
 (0)