Skip to content

Commit 2ccd2bb

Browse files
committed
Sprinkle noexport for remaining dangling <dfn>s
1 parent 848665b commit 2ccd2bb

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
@@ -262,7 +262,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
262262
the <a href=#protocol>protocol</a>. However they are not expected
263263
to implement <a>remote end steps</a> directly. All nodes between a
264264
specific <a>intermediary node</a> and a <a>local end</a> are said to
265-
be <dfn lt="downstream node">downstream</dfn> of that
265+
be <dfn noexport lt="downstream node">downstream</dfn> of that
266266
node. Conversely, any nodes between a specific <a>intermediary
267267
node</a> and an <a>endpoint node</a> are said to
268268
be <dfn lt="upstream node|upstream">upstream</dfn>.
@@ -1330,7 +1330,7 @@ when it receives a particular <a>command</a>.
13301330

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

14271427
<tr>
1428-
<td><dfn>Browser name</dfn>
1428+
<td><dfn noexport>Browser name</dfn>
14291429
<td>"<code>browserName</code>"
14301430
<td>string
14311431
<td>Identifies the user agent.
14321432
</tr>
14331433

14341434
<tr>
1435-
<td><dfn>Browser version</dfn>
1435+
<td><dfn noexport>Browser version</dfn>
14361436
<td>"<code>browserVersion</code>"
14371437
<td>string
14381438
<td>Identifies the version of the user agent.
14391439
</tr>
14401440

14411441
<tr>
1442-
<td><dfn>Platform name</dfn>
1442+
<td><dfn noexport>Platform name</dfn>
14431443
<td>"<code>platformName</code>"
14441444
<td>string
14451445
<td>Identifies the operating system of the <a>endpoint node</a>.
@@ -1518,7 +1518,7 @@ with a "<code>moz:</code>" prefix:
15181518
</thead>
15191519

15201520
<tr>
1521-
<td><dfn><code>proxyType</code></dfn>
1521+
<td><dfn noexport><code>proxyType</code></dfn>
15221522
<td>string
15231523
<td>Indicates the type of proxy configuration.
15241524
<td>"<code>pac</code>",
@@ -1529,7 +1529,7 @@ with a "<code>moz:</code>" prefix:
15291529
</tr>
15301530

15311531
<tr>
1532-
<td><dfn><code>proxyAutoconfigUrl</code></dfn>
1532+
<td><dfn noexport><code>proxyAutoconfigUrl</code></dfn>
15331533
<td>string
15341534
<td>Defines the URL for a proxy auto-config file
15351535
if <a><code>proxyType</code></a>
@@ -1538,7 +1538,7 @@ with a "<code>moz:</code>" prefix:
15381538
</tr>
15391539

15401540
<tr>
1541-
<td><dfn><code>ftpProxy</code></dfn>
1541+
<td><dfn noexport><code>ftpProxy</code></dfn>
15421542
<td>string
15431543
<td>Defines the proxy <a>host</a> for FTP traffic when
15441544
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1547,7 +1547,7 @@ with a "<code>moz:</code>" prefix:
15471547
</tr>
15481548

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

15581558
<tr>
1559-
<td><dfn><code>noProxy</code></dfn>
1559+
<td><dfn noexport><code>noProxy</code></dfn>
15601560
<td>array
15611561
<td>Lists the address for which the proxy should be bypassed when
15621562
the <a><code>proxyType</code></a> is "<code>manual</code>".
15631563
<td>A <a>List</a> containing any number of <a>String</a>s.
15641564
</tr>
15651565

15661566
<tr>
1567-
<td><dfn><code>sslProxy</code></dfn>
1567+
<td><dfn noexport><code>sslProxy</code></dfn>
15681568
<td>string
15691569
<td>Defines the proxy <a>host</a> for encrypted TLS traffic
15701570
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1573,15 +1573,15 @@ with a "<code>moz:</code>" prefix:
15731573
</tr>
15741574

15751575
<tr>
1576-
<td><dfn><code>socksProxy</code></dfn>
1576+
<td><dfn noexport><code>socksProxy</code></dfn>
15771577
<td>string
15781578
<td>Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
15791579
when the <a><code>proxyType</code></a> is "<code>manual</code>".
15801580
<td>A <a>host and optional port</a> with an <a>undefined</a> scheme.
15811581
</tr>
15821582

15831583
<tr>
1584-
<td><dfn><code>socksVersion</code></dfn>
1584+
<td><dfn noexport><code>socksVersion</code></dfn>
15851585
<td>number
15861586
<td>Defines the <a>SOCKS proxy</a> version
15871587
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -3542,7 +3542,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35423542
</tr>
35433543

35443544
<tr>
3545-
<td><dfn>Minimized window state</dfn>
3545+
<td><dfn noexport>Minimized window state</dfn>
35463546
<td>"<code>minimized</code>"
35473547
<td>
35483548
<td>The window is iconified.
@@ -3556,7 +3556,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35563556
</tr>
35573557

35583558
<tr>
3559-
<td><dfn>Fullscreen window state</dfn>
3559+
<td><dfn noexport>Fullscreen window state</dfn>
35603560
<td>"<code>fullscreen</code>"
35613561
<td>
35623562
<td>The window is in full screen mode.
@@ -3970,7 +3970,7 @@ argument <var>reference</var>, run the following steps:
39703970
<li>Return <a>success</a> with <var>element</var>.
39713971
</ol>
39723972

3973-
<p>To <dfn lt="create an element">create a web element reference</dfn>
3973+
<p>To <dfn noexport lt="create an element">create a web element reference</dfn>
39743974
for an <a><var>element</var></a>:
39753975

39763976
<ol>
@@ -5082,24 +5082,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
50825082
The returned value is a dictionary with the following members:
50835083

50845084
<dl>
5085-
<dt><dfn lt="elementrect-x">x</dfn>
5085+
<dt><dfn noexport lt="elementrect-x">x</dfn>
50865086
<dd>
50875087
X axis position of the top-left corner of the <a>web element</a>
50885088
relative to the <a>current browsing context</a>’s
50895089
<a>document element</a> in <a>CSS pixels</a>.
50905090

5091-
<dt><dfn lt="elementrect-y">y</dfn>
5091+
<dt><dfn noexport lt="elementrect-y">y</dfn>
50925092
<dd>
50935093
Y axis position of the top-left corner of the <a>web element</a>
50945094
relative to the <a>current browsing context</a>’s
50955095
<a>document element</a> in <a>CSS pixels</a>.
50965096

5097-
<dt><dfn lt="elementrect-height">height</dfn>
5097+
<dt><dfn noexport lt="elementrect-height">height</dfn>
50985098
<dd>
50995099
Height of the <a>web element</a>’s
51005100
<a>bounding rectangle</a> in <a>CSS pixels</a>.
51015101

5102-
<dt><dfn lt="elementrect-width">width</dfn>
5102+
<dt><dfn noexport lt="elementrect-width">width</dfn>
51035103
<dd>
51045104
Width of the <a>web element</a>’s
51055105
<a>bounding rectangle</a> in <a>CSS pixels</a>.
@@ -6966,7 +6966,7 @@ For convenience the same terminology is used for their manipulation.
69666966
move to, either in its active (pressed) or inactive state.</td>
69676967
</tr>
69686968
<tr>
6969-
<td><dfn>pointerCancel</dfn></td>
6969+
<td><dfn noexport>pointerCancel</dfn></td>
69706970
<td>Used to cancel a pointer action.</td>
69716971
</tr>
69726972
</table>
@@ -7028,7 +7028,7 @@ describe the state associated with each <a>input source</a>.
70287028
properties <code>alt</code>, <code>shift</code>, <code>ctrl</code>,
70297029
and <code>meta</code>, which are <a>Boolean</a>s.
70307030

7031-
<p>When required to <dfn>create a new key input state object</dfn>, an
7031+
<p>When required to <dfn noexport>create a new key input state object</dfn>, an
70327032
implementation must return a <a>key input state</a> object with
70337033
the <code>pressed</code> property set to the empty set
70347034
and <code>alt</code>, <code>shift</code>, <code>ctrl</code>,
@@ -7046,7 +7046,7 @@ a <code>pressed</code> property which is a set of unsigned integers,
70467046
an <code>x</code> property which is an unsigned integer,
70477047
and a <code>y</code> property which is an unsigned integer.
70487048

7049-
<p>When required to <dfn>create a new pointer input state</dfn> object
7049+
<p>When required to <dfn noexport>create a new pointer input state</dfn> object
70507050
with arguments <var>subtype</var> an implementation must return
70517051
a <a>pointer input state</a> object with <code>subtype</code> set
70527052
to <var>subtype</var>, <code>pressed</code> set to an empty set and
@@ -7737,7 +7737,7 @@ Return <a>success</a> with data <var>action</var>.
77377737

77387738
<li><p>Let <var>algorithm</var> be the value of the column
77397739
<i>dispatch action algorithm</i> from the following table of
7740-
<dfn>dispatch action algorithms</dfn> that is equal to the
7740+
<dfn noexport>dispatch action algorithms</dfn> that is equal to the
77417741
<var>source type</var> and the <var>action object</var>’s
77427742
<code>subtype</code> property, to a dispatch action algorithm.
77437743

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

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

0 commit comments

Comments
 (0)