Skip to content

Commit 8b4f30b

Browse files
committed
Sprinkle noexport for remaining dangling <dfn>s
1 parent 38d9cac commit 8b4f30b

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

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

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

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

14511451
<tr>
1452-
<td><dfn>Platform name</dfn>
1452+
<td><dfn noexport>Platform name</dfn>
14531453
<td>"<code>platformName</code>"
14541454
<td>string
14551455
<td>Identifies the operating system of the <a>endpoint node</a>.
@@ -1528,7 +1528,7 @@ with a "<code>moz:</code>" prefix:
15281528
</thead>
15291529

15301530
<tr>
1531-
<td><dfn><code>proxyType</code></dfn>
1531+
<td><dfn noexport><code>proxyType</code></dfn>
15321532
<td>string
15331533
<td>Indicates the type of proxy configuration.
15341534
<td>"<code>pac</code>",
@@ -1539,7 +1539,7 @@ with a "<code>moz:</code>" prefix:
15391539
</tr>
15401540

15411541
<tr>
1542-
<td><dfn><code>proxyAutoconfigUrl</code></dfn>
1542+
<td><dfn noexport><code>proxyAutoconfigUrl</code></dfn>
15431543
<td>string
15441544
<td>Defines the URL for a proxy auto-config file
15451545
if <a><code>proxyType</code></a>
@@ -1548,7 +1548,7 @@ with a "<code>moz:</code>" prefix:
15481548
</tr>
15491549

15501550
<tr>
1551-
<td><dfn><code>ftpProxy</code></dfn>
1551+
<td><dfn noexport><code>ftpProxy</code></dfn>
15521552
<td>string
15531553
<td>Defines the proxy <a>host</a> for FTP traffic when
15541554
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1557,7 +1557,7 @@ with a "<code>moz:</code>" prefix:
15571557
</tr>
15581558

15591559
<tr>
1560-
<td><dfn><code>httpProxy</code></dfn>
1560+
<td><dfn noexport><code>httpProxy</code></dfn>
15611561
<td>string
15621562
<td>Defines the proxy <a>host</a> for HTTP traffic when
15631563
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1566,15 +1566,15 @@ with a "<code>moz:</code>" prefix:
15661566
</tr>
15671567

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

15761576
<tr>
1577-
<td><dfn><code>sslProxy</code></dfn>
1577+
<td><dfn noexport><code>sslProxy</code></dfn>
15781578
<td>string
15791579
<td>Defines the proxy <a>host</a> for encrypted TLS traffic
15801580
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1583,15 +1583,15 @@ with a "<code>moz:</code>" prefix:
15831583
</tr>
15841584

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

15931593
<tr>
1594-
<td><dfn><code>socksVersion</code></dfn>
1594+
<td><dfn noexport><code>socksVersion</code></dfn>
15951595
<td>number
15961596
<td>Defines the <a>SOCKS proxy</a> version
15971597
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -3556,7 +3556,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35563556
</tr>
35573557

35583558
<tr>
3559-
<td><dfn>Minimized window state</dfn>
3559+
<td><dfn noexport>Minimized window state</dfn>
35603560
<td>"<code>minimized</code>"
35613561
<td>
35623562
<td>The window is iconified.
@@ -3570,7 +3570,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35703570
</tr>
35713571

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)