Skip to content

Commit 82770d1

Browse files
committed
Sprinkle noexport for remaining dangling <dfn>s
1 parent 73d3a42 commit 82770d1

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

index.bs

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
245245
the <a href=#protocol>protocol</a>. However they are not expected
246246
to implement <a>remote end steps</a> directly. All nodes between a
247247
specific <a>intermediary node</a> and a <a>local end</a> are said to
248-
be <dfn lt="downstream node">downstream</dfn> of that
248+
be <dfn noexport lt="downstream node">downstream</dfn> of that
249249
node. Conversely, any nodes between a specific <a>intermediary
250250
node</a> and an <a>endpoint node</a> are said to
251251
be <dfn lt="upstream node|upstream">upstream</dfn>.
@@ -1313,7 +1313,7 @@ when it receives a particular <a>command</a>.
13131313

13141314
<p>Other specifications may define <dfn data-lt="additional WebDriver
13151315
capability">additional WebDriver capabilities</dfn>. Each defined
1316-
capability must have a <dfn>capability name</dfn> which is a string
1316+
capability must have a <dfn noexport>capability name</dfn> which is a string
13171317
not containing a "<code>:</code>" (colon) character,
13181318
an <dfn>additional capability deserialization algorithm</dfn> which is
13191319
a set of steps taking a single argument <var>value</var> which has a
@@ -1408,21 +1408,21 @@ with a "<code>moz:</code>" prefix:
14081408
</thead>
14091409

14101410
<tr>
1411-
<td><dfn>Browser name</dfn>
1411+
<td><dfn noexport>Browser name</dfn>
14121412
<td>"<code>browserName</code>"
14131413
<td>string
14141414
<td>Identifies the user agent.
14151415
</tr>
14161416

14171417
<tr>
1418-
<td><dfn>Browser version</dfn>
1418+
<td><dfn noexport>Browser version</dfn>
14191419
<td>"<code>browserVersion</code>"
14201420
<td>string
14211421
<td>Identifies the version of the user agent.
14221422
</tr>
14231423

14241424
<tr>
1425-
<td><dfn>Platform name</dfn>
1425+
<td><dfn noexport>Platform name</dfn>
14261426
<td>"<code>platformName</code>"
14271427
<td>string
14281428
<td>Identifies the operating system of the <a>endpoint node</a>.
@@ -1501,7 +1501,7 @@ with a "<code>moz:</code>" prefix:
15011501
</thead>
15021502

15031503
<tr>
1504-
<td><dfn><code>proxyType</code></dfn>
1504+
<td><dfn noexport><code>proxyType</code></dfn>
15051505
<td>string
15061506
<td>Indicates the type of proxy configuration.
15071507
<td>"<code>pac</code>",
@@ -1512,7 +1512,7 @@ with a "<code>moz:</code>" prefix:
15121512
</tr>
15131513

15141514
<tr>
1515-
<td><dfn><code>proxyAutoconfigUrl</code></dfn>
1515+
<td><dfn noexport><code>proxyAutoconfigUrl</code></dfn>
15161516
<td>string
15171517
<td>Defines the URL for a proxy auto-config file
15181518
if <a><code>proxyType</code></a>
@@ -1521,7 +1521,7 @@ with a "<code>moz:</code>" prefix:
15211521
</tr>
15221522

15231523
<tr>
1524-
<td><dfn><code>ftpProxy</code></dfn>
1524+
<td><dfn noexport><code>ftpProxy</code></dfn>
15251525
<td>string
15261526
<td>Defines the proxy <a>host</a> for FTP traffic when
15271527
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1530,7 +1530,7 @@ with a "<code>moz:</code>" prefix:
15301530
</tr>
15311531

15321532
<tr>
1533-
<td><dfn><code>httpProxy</code></dfn>
1533+
<td><dfn noexport><code>httpProxy</code></dfn>
15341534
<td>string
15351535
<td>Defines the proxy <a>host</a> for HTTP traffic when
15361536
the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -1539,15 +1539,15 @@ with a "<code>moz:</code>" prefix:
15391539
</tr>
15401540

15411541
<tr>
1542-
<td><dfn><code>noProxy</code></dfn>
1542+
<td><dfn noexport><code>noProxy</code></dfn>
15431543
<td>array
15441544
<td>Lists the address for which the proxy should be bypassed when
15451545
the <a><code>proxyType</code></a> is "<code>manual</code>".
15461546
<td>A <a>List</a> containing any number of <a>String</a>s.
15471547
</tr>
15481548

15491549
<tr>
1550-
<td><dfn><code>sslProxy</code></dfn>
1550+
<td><dfn noexport><code>sslProxy</code></dfn>
15511551
<td>string
15521552
<td>Defines the proxy <a>host</a> for encrypted TLS traffic
15531553
when 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>socksProxy</code></dfn>
1559+
<td><dfn noexport><code>socksProxy</code></dfn>
15601560
<td>string
15611561
<td>Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
15621562
when the <a><code>proxyType</code></a> is "<code>manual</code>".
15631563
<td>A <a>host and optional port</a> with an <a>undefined</a> scheme.
15641564
</tr>
15651565

15661566
<tr>
1567-
<td><dfn><code>socksVersion</code></dfn>
1567+
<td><dfn noexport><code>socksVersion</code></dfn>
15681568
<td>number
15691569
<td>Defines the <a>SOCKS proxy</a> version
15701570
when the <a><code>proxyType</code></a> is "<code>manual</code>".
@@ -3525,7 +3525,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35253525
</tr>
35263526

35273527
<tr>
3528-
<td><dfn>Minimized window state</dfn>
3528+
<td><dfn noexport>Minimized window state</dfn>
35293529
<td>"<code>minimized</code>"
35303530
<td>
35313531
<td>The window is iconified.
@@ -3539,7 +3539,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
35393539
</tr>
35403540

35413541
<tr>
3542-
<td><dfn>Fullscreen window state</dfn>
3542+
<td><dfn noexport>Fullscreen window state</dfn>
35433543
<td>"<code>fullscreen</code>"
35443544
<td>
35453545
<td>The window is in full screen mode.
@@ -3953,7 +3953,7 @@ argument <var>reference</var>, run the following steps:
39533953
<li>Return <a>success</a> with <var>element</var>.
39543954
</ol>
39553955

3956-
<p>To <dfn lt="create an element">create a web element reference</dfn>
3956+
<p>To <dfn noexport lt="create an element">create a web element reference</dfn>
39573957
for an <a><var>element</var></a>:
39583958

39593959
<ol>
@@ -5065,24 +5065,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
50655065
The returned value is a dictionary with the following members:
50665066

50675067
<dl>
5068-
<dt><dfn lt="elementrect-x">x</dfn>
5068+
<dt><dfn noexport lt="elementrect-x">x</dfn>
50695069
<dd>
50705070
X axis position of the top-left corner of the <a>web element</a>
50715071
relative to the <a>current browsing context</a>’s
50725072
<a>document element</a> in <a>CSS pixels</a>.
50735073

5074-
<dt><dfn lt="elementrect-y">y</dfn>
5074+
<dt><dfn noexport lt="elementrect-y">y</dfn>
50755075
<dd>
50765076
Y axis position of the top-left corner of the <a>web element</a>
50775077
relative to the <a>current browsing context</a>’s
50785078
<a>document element</a> in <a>CSS pixels</a>.
50795079

5080-
<dt><dfn lt="elementrect-height">height</dfn>
5080+
<dt><dfn noexport lt="elementrect-height">height</dfn>
50815081
<dd>
50825082
Height of the <a>web element</a>’s
50835083
<a>bounding rectangle</a> in <a>CSS pixels</a>.
50845084

5085-
<dt><dfn lt="elementrect-width">width</dfn>
5085+
<dt><dfn noexport lt="elementrect-width">width</dfn>
50865086
<dd>
50875087
Width of the <a>web element</a>’s
50885088
<a>bounding rectangle</a> in <a>CSS pixels</a>.
@@ -6949,7 +6949,7 @@ For convenience the same terminology is used for their manipulation.
69496949
move to, either in its active (pressed) or inactive state.</td>
69506950
</tr>
69516951
<tr>
6952-
<td><dfn>pointerCancel</dfn></td>
6952+
<td><dfn noexport>pointerCancel</dfn></td>
69536953
<td>Used to cancel a pointer action.</td>
69546954
</tr>
69556955
</table>
@@ -7011,7 +7011,7 @@ describe the state associated with each <a>input source</a>.
70117011
properties <code>alt</code>, <code>shift</code>, <code>ctrl</code>,
70127012
and <code>meta</code>, which are <a>Boolean</a>s.
70137013

7014-
<p>When required to <dfn>create a new key input state object</dfn>, an
7014+
<p>When required to <dfn noexport>create a new key input state object</dfn>, an
70157015
implementation must return a <a>key input state</a> object with
70167016
the <code>pressed</code> property set to the empty set
70177017
and <code>alt</code>, <code>shift</code>, <code>ctrl</code>,
@@ -7029,7 +7029,7 @@ a <code>pressed</code> property which is a set of unsigned integers,
70297029
an <code>x</code> property which is an unsigned integer,
70307030
and a <code>y</code> property which is an unsigned integer.
70317031

7032-
<p>When required to <dfn>create a new pointer input state</dfn> object
7032+
<p>When required to <dfn noexport>create a new pointer input state</dfn> object
70337033
with arguments <var>subtype</var> an implementation must return
70347034
a <a>pointer input state</a> object with <code>subtype</code> set
70357035
to <var>subtype</var>, <code>pressed</code> set to an empty set and
@@ -7720,7 +7720,7 @@ Return <a>success</a> with data <var>action</var>.
77207720

77217721
<li><p>Let <var>algorithm</var> be the value of the column
77227722
<i>dispatch action algorithm</i> from the following table of
7723-
<dfn>dispatch action algorithms</dfn> that is equal to the
7723+
<dfn noexport>dispatch action algorithms</dfn> that is equal to the
77247724
<var>source type</var> and the <var>action object</var>’s
77257725
<code>subtype</code> property, to a dispatch action algorithm.
77267726

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

9496-
<p>The <dfn lt="element displayedness|not displayed">element displayed</dfn> algorithm
9496+
<p>The <dfn noexport lt="element displayedness|not displayed">element displayed</dfn> algorithm
94979497
is a boolean state where <code>true</code> signifies that the element is displayed
94989498
and <code>false</code> signifies that the element is not displayed.
94999499
To compute the state on <var>element</var>,
@@ -9829,7 +9829,7 @@ to automatically sort each list alphabetically.
98299829
<!-- Mature (navigation) --> <li><dfn lt="matured"><a href=https://html.spec.whatwg.org/#concept-navigate-mature>Mature</a></dfn> navigation.
98309830
<!-- Mutable --> <li><dfn><a href=https://html.spec.whatwg.org/#concept-fe-mutable>Mutable</a></dfn>
98319831
<!-- Navigate --> <li><dfn lt="navigating|navigation"><a href=https://html.spec.whatwg.org/#navigate>Navigate</a></dfn>
9832-
<!-- Navigator --> <li><dfn lt="navigator"><a href=https://html.spec.whatwg.org/#navigator>Navigator object</a></dfn>
9832+
<!-- Navigator --> <li><dfn noexport lt="navigator"><a href=https://html.spec.whatwg.org/#navigator>Navigator object</a></dfn>
98339833
<!-- Nested browsing context --> <li><dfn><a href=https://html.spec.whatwg.org/#nested-browsing-context>Nested browsing context</a></dfn>
98349834
<!-- Origin-clean --> <li><dfn><a href=https://html.spec.whatwg.org/#concept-canvas-origin-clean>Origin-clean</a></dfn>
98359835
<!-- Overridden reload --> <li><dfn><a href="https://html.spec.whatwg.org/multipage/dom.html#an-overridden-reload">An overridden reload</a></dfn>
@@ -9858,7 +9858,7 @@ to automatically sort each list alphabetically.
98589858
<!-- Window object --> <li><dfn><a href=https://html.spec.whatwg.org/#the-window-object><code>Window</code></a></dfn> object
98599859
<!-- Window open steps --> <li><dfn><a href=https://html.spec.whatwg.org/#window-open-steps>Window open steps</a></dfn>
98609860
<!-- WindowProxy exotic object --> <li><dfn><a href=https://html.spec.whatwg.org/#windowproxy><code>WindowProxy</code></a></dfn> exotic object
9861-
<!-- WorkerNavigator --> <li><dfn lt="workernavigator"><a href=https://html.spec.whatwg.org/#workernavigator>WorkerNavigator object</a></dfn>
9861+
<!-- WorkerNavigator --> <li><dfn noexport lt="workernavigator"><a href=https://html.spec.whatwg.org/#workernavigator>WorkerNavigator object</a></dfn>
98629862
<!-- setSelectionRange --> <li><dfn lt="set selection range"><a href=https://html.spec.whatwg.org/#dom-textarea/input-setselectionrange><code>setSelectionRange</code></a></dfn>
98639863
<!-- window confirm --> <li><dfn>window.<a href=https://html.spec.whatwg.org/#dom-confirm><code>confirm</code></a></dfn>
98649864
<!-- window.alert --> <li><dfn>window.<a href=https://html.spec.whatwg.org/#dom-alert><code>alert</code></a></dfn>
@@ -10061,7 +10061,7 @@ to automatically sort each list alphabetically.
1006110061

1006210062
<dt>SOCKS Proxy and related specification:
1006310063
<dd><p>To be <dfn>SOCKS Proxy</dfn>
10064-
and <dfn lt=authenticating>SOCKS authentication</dfn> compliant,
10064+
and <dfn noexport lt=authenticating>SOCKS authentication</dfn> compliant,
1006510065
it is supposed that the implementation supports the relevant subsets of
1006610066
[[RFC1928]] and [[RFC1929]].
1006710067

0 commit comments

Comments
 (0)