Skip to content

Commit 36dea1b

Browse files
committed
Sprinkle noexport for remaining dangling <dfn>s
1 parent fc705de commit 36dea1b

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

index.bs

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
259259
the <a href=#protocol>protocol</a>. However they are not expected
260260
to implement <a>remote end steps</a> directly. All nodes between a
261261
specific <a>intermediary node</a> and a <a>local end</a> are said to
262-
be <dfn lt="downstream node">downstream</dfn> of that
262+
be <dfn noexport lt="downstream node">downstream</dfn> of that
263263
node. Conversely, any nodes between a specific <a>intermediary
264264
node</a> and an <a>endpoint node</a> are said to
265265
be <dfn lt="upstream node|upstream">upstream</dfn>.
@@ -1327,7 +1327,7 @@ when it receives a particular <a>command</a>.
13271327

13281328
<p>Other specifications may define <dfn lt="additional WebDriver
13291329
capability">additional WebDriver capabilities</dfn>. Each defined
1330-
capability must have a <dfn>capability name</dfn> which is a string
1330+
capability must have a <dfn noexport>capability name</dfn> which is a string
13311331
not containing a "<code>:</code>" (colon) character,
13321332
an <dfn>additional capability deserialization algorithm</dfn> which is
13331333
a set of steps taking a single argument <var>value</var> which has a
@@ -1434,21 +1434,21 @@ with a "<code>moz:</code>" prefix:
14341434
</thead>
14351435

14361436
<tr>
1437-
<td><dfn>Browser name</dfn>
1437+
<td><dfn noexport>Browser name</dfn>
14381438
<td>"<code>browserName</code>"
14391439
<td>string
14401440
<td>Identifies the user agent.
14411441
</tr>
14421442

14431443
<tr>
1444-
<td><dfn>Browser version</dfn>
1444+
<td><dfn noexport>Browser version</dfn>
14451445
<td>"<code>browserVersion</code>"
14461446
<td>string
14471447
<td>Identifies the version of the user agent.
14481448
</tr>
14491449

14501450
<tr>
1451-
<td><dfn>Platform name</dfn>
1451+
<td><dfn noexport>Platform name</dfn>
14521452
<td>"<code>platformName</code>"
14531453
<td>string
14541454
<td>Identifies the operating system of the <a>endpoint node</a>.
@@ -1527,7 +1527,7 @@ with a "<code>moz:</code>" prefix:
15271527
</thead>
15281528

15291529
<tr>
1530-
<td><dfn><code>proxyType</code></dfn>
1530+
<td><dfn noexport><code>proxyType</code></dfn>
15311531
<td>string
15321532
<td>Indicates the type of proxy configuration.
15331533
<td>"<code>pac</code>",
@@ -1538,7 +1538,7 @@ with a "<code>moz:</code>" prefix:
15381538
</tr>
15391539

15401540
<tr>
1541-
<td><dfn><code>proxyAutoconfigUrl</code></dfn>
1541+
<td><dfn noexport><code>proxyAutoconfigUrl</code></dfn>
15421542
<td>string
15431543
<td>Defines the URL for a proxy auto-config file
15441544
if <a><code>proxyType</code></a>
@@ -1547,7 +1547,7 @@ with a "<code>moz:</code>" prefix:
15471547
</tr>
15481548

15491549
<tr>
1550-
<td><dfn><code>ftpProxy</code></dfn>
1550+
<td><dfn noexport><code>ftpProxy</code></dfn>
15511551
<td>string
15521552
<td>Defines the proxy <a>host</a> for FTP traffic when
15531553
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1556,7 +1556,7 @@ with a "<code>moz:</code>" prefix:
15561556
</tr>
15571557

15581558
<tr>
1559-
<td><dfn><code>httpProxy</code></dfn>
1559+
<td><dfn noexport><code>httpProxy</code></dfn>
15601560
<td>string
15611561
<td>Defines the proxy <a>host</a> for HTTP traffic when
15621562
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1565,15 +1565,15 @@ with a "<code>moz:</code>" prefix:
15651565
</tr>
15661566

15671567
<tr>
1568-
<td><dfn><code>noProxy</code></dfn>
1568+
<td><dfn noexport><code>noProxy</code></dfn>
15691569
<td>array
15701570
<td>Lists the address for which the proxy should be bypassed when
15711571
the <a><code>proxyType</code></a> is "<code>manual</code>".
15721572
<td>A <a>List</a> containing any number of <a>String</a>s.
15731573
</tr>
15741574

15751575
<tr>
1576-
<td><dfn><code>sslProxy</code></dfn>
1576+
<td><dfn noexport><code>sslProxy</code></dfn>
15771577
<td>string
15781578
<td>Defines the proxy <a>host</a> for encrypted TLS traffic
15791579
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1582,15 +1582,15 @@ with a "<code>moz:</code>" prefix:
15821582
</tr>
15831583

15841584
<tr>
1585-
<td><dfn><code>socksProxy</code></dfn>
1585+
<td><dfn noexport><code>socksProxy</code></dfn>
15861586
<td>string
15871587
<td>Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
15881588
when the <a><code>proxyType</code></a> is "<code>manual</code>".
15891589
<td>A <a>host and optional port</a> with an <a>undefined</a> scheme.
15901590
</tr>
15911591

15921592
<tr>
1593-
<td><dfn><code>socksVersion</code></dfn>
1593+
<td><dfn noexport><code>socksVersion</code></dfn>
15941594
<td>number
15951595
<td>Defines the <a>SOCKS proxy</a> version
15961596
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -3555,7 +3555,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35553555
</tr>
35563556

35573557
<tr>
3558-
<td><dfn>Minimized window state</dfn>
3558+
<td><dfn noexport>Minimized window state</dfn>
35593559
<td>"<code>minimized</code>"
35603560
<td>
35613561
<td>The window is iconified.
@@ -3569,7 +3569,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35693569
</tr>
35703570

35713571
<tr>
3572-
<td><dfn>Fullscreen window state</dfn>
3572+
<td><dfn noexport>Fullscreen window state</dfn>
35733573
<td>"<code>fullscreen</code>"
35743574
<td>
35753575
<td>The window is in full screen mode.
@@ -3983,7 +3983,7 @@ argument <var>reference</var>, run the following steps:
39833983
<li>Return <a>success</a> with <var>element</var>.
39843984
</ol>
39853985

3986-
<p>To <dfn lt="create an element">create a web element reference</dfn>
3986+
<p>To <dfn noexport lt="create an element">create a web element reference</dfn>
39873987
for an <a><var>element</var></a>:
39883988

39893989
<ol>
@@ -5095,24 +5095,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
50955095
The returned value is a dictionary with the following members:
50965096

50975097
<dl>
5098-
<dt><dfn lt="elementrect-x">x</dfn>
5098+
<dt><dfn noexport lt="elementrect-x">x</dfn>
50995099
<dd>
51005100
X axis position of the top-left corner of the <a>web element</a>
51015101
relative to the <a>current browsing context</a>’s
51025102
<a>document element</a> in <a>CSS pixels</a>.
51035103

5104-
<dt><dfn lt="elementrect-y">y</dfn>
5104+
<dt><dfn noexport lt="elementrect-y">y</dfn>
51055105
<dd>
51065106
Y axis position of the top-left corner of the <a>web element</a>
51075107
relative to the <a>current browsing context</a>’s
51085108
<a>document element</a> in <a>CSS pixels</a>.
51095109

5110-
<dt><dfn lt="elementrect-height">height</dfn>
5110+
<dt><dfn noexport lt="elementrect-height">height</dfn>
51115111
<dd>
51125112
Height of the <a>web element</a>’s
51135113
<a>bounding rectangle</a> in <a>CSS pixels</a>.
51145114

5115-
<dt><dfn lt="elementrect-width">width</dfn>
5115+
<dt><dfn noexport lt="elementrect-width">width</dfn>
51165116
<dd>
51175117
Width of the <a>web element</a>’s
51185118
<a>bounding rectangle</a> in <a>CSS pixels</a>.
@@ -6979,7 +6979,7 @@ For convenience the same terminology is used for their manipulation.
69796979
move to, either in its active (pressed) or inactive state.</td>
69806980
</tr>
69816981
<tr>
6982-
<td><dfn>pointerCancel</dfn></td>
6982+
<td><dfn noexport>pointerCancel</dfn></td>
69836983
<td>Used to cancel a pointer action.</td>
69846984
</tr>
69856985
</table>
@@ -7041,7 +7041,7 @@ describe the state associated with each <a>input source</a>.
70417041
properties <code>alt</code>, <code>shift</code>, <code>ctrl</code>,
70427042
and <code>meta</code>, which are <a>Boolean</a>s.
70437043

7044-
<p>When required to <dfn>create a new key input state object</dfn>, an
7044+
<p>When required to <dfn noexport>create a new key input state object</dfn>, an
70457045
implementation must return a <a>key input state</a> object with
70467046
the <code>pressed</code> property set to the empty set
70477047
and <code>alt</code>, <code>shift</code>, <code>ctrl</code>,
@@ -7059,7 +7059,7 @@ a <code>pressed</code> property which is a set of unsigned integers,
70597059
an <code>x</code> property which is an unsigned integer,
70607060
and a <code>y</code> property which is an unsigned integer.
70617061

7062-
<p>When required to <dfn>create a new pointer input state</dfn> object
7062+
<p>When required to <dfn noexport>create a new pointer input state</dfn> object
70637063
with arguments <var>subtype</var> an implementation must return
70647064
a <a>pointer input state</a> object with <code>subtype</code> set
70657065
to <var>subtype</var>, <code>pressed</code> set to an empty set and
@@ -7750,7 +7750,7 @@ Return <a>success</a> with data <var>action</var>.
77507750

77517751
<li><p>Let <var>algorithm</var> be the value of the column
77527752
<i>dispatch action algorithm</i> from the following table of
7753-
<dfn>dispatch action algorithms</dfn> that is equal to the
7753+
<dfn noexport>dispatch action algorithms</dfn> that is equal to the
77547754
<var>source type</var> and the <var>action object</var>’s
77557755
<code>subtype</code> property, to a dispatch action algorithm.
77567756

@@ -9523,7 +9523,7 @@ ensuring both privacy and preventing state from bleeding through to the next ses
95239523
considered visible if any part of it is drawn on the canvas within
95249524
the boundaries of the viewport.
95259525

9526-
<p>The <dfn lt="element displayedness|not displayed">element displayed</dfn> algorithm
9526+
<p>The <dfn noexport lt="element displayedness|not displayed">element displayed</dfn> algorithm
95279527
is a boolean state where <code>true</code> signifies that the element is displayed
95289528
and <code>false</code> signifies that the element is not displayed.
95299529
To compute the state on <var>element</var>,

0 commit comments

Comments
 (0)