@@ -262,7 +262,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
262
262
the <a href=#protocol>protocol</a> . However they are not expected
263
263
to implement <a>remote end steps</a> directly. All nodes between a
264
264
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
266
266
node. Conversely, any nodes between a specific <a>intermediary
267
267
node</a> and an <a>endpoint node</a> are said to
268
268
be <dfn lt="upstream node|upstream">upstream</dfn> .
@@ -1330,7 +1330,7 @@ when it receives a particular <a>command</a>.
1330
1330
1331
1331
<p> Other specifications may define <dfn lt="additional WebDriver
1332
1332
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
1334
1334
not containing a "<code> :</code> " (colon) character,
1335
1335
an <dfn>additional capability deserialization algorithm</dfn> which is
1336
1336
a set of steps taking a single argument <var> value</var> which has a
@@ -1425,21 +1425,21 @@ with a "<code>moz:</code>" prefix:
1425
1425
</thead>
1426
1426
1427
1427
<tr>
1428
- <td> <dfn>Browser name</dfn>
1428
+ <td> <dfn noexport >Browser name</dfn>
1429
1429
<td> "<code> browserName</code> "
1430
1430
<td> string
1431
1431
<td> Identifies the user agent.
1432
1432
</tr>
1433
1433
1434
1434
<tr>
1435
- <td> <dfn>Browser version</dfn>
1435
+ <td> <dfn noexport >Browser version</dfn>
1436
1436
<td> "<code> browserVersion</code> "
1437
1437
<td> string
1438
1438
<td> Identifies the version of the user agent.
1439
1439
</tr>
1440
1440
1441
1441
<tr>
1442
- <td> <dfn>Platform name</dfn>
1442
+ <td> <dfn noexport >Platform name</dfn>
1443
1443
<td> "<code> platformName</code> "
1444
1444
<td> string
1445
1445
<td> Identifies the operating system of the <a>endpoint node</a> .
@@ -1518,7 +1518,7 @@ with a "<code>moz:</code>" prefix:
1518
1518
</thead>
1519
1519
1520
1520
<tr>
1521
- <td> <dfn><code>proxyType</code></dfn>
1521
+ <td> <dfn noexport ><code>proxyType</code></dfn>
1522
1522
<td> string
1523
1523
<td> Indicates the type of proxy configuration.
1524
1524
<td> "<code> pac</code> ",
@@ -1529,7 +1529,7 @@ with a "<code>moz:</code>" prefix:
1529
1529
</tr>
1530
1530
1531
1531
<tr>
1532
- <td> <dfn><code>proxyAutoconfigUrl</code></dfn>
1532
+ <td> <dfn noexport ><code>proxyAutoconfigUrl</code></dfn>
1533
1533
<td> string
1534
1534
<td> Defines the URL for a proxy auto-config file
1535
1535
if <a><code>proxyType</code></a>
@@ -1538,7 +1538,7 @@ with a "<code>moz:</code>" prefix:
1538
1538
</tr>
1539
1539
1540
1540
<tr>
1541
- <td> <dfn><code>ftpProxy</code></dfn>
1541
+ <td> <dfn noexport ><code>ftpProxy</code></dfn>
1542
1542
<td> string
1543
1543
<td> Defines the proxy <a>host</a> for FTP traffic when
1544
1544
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1547,7 +1547,7 @@ with a "<code>moz:</code>" prefix:
1547
1547
</tr>
1548
1548
1549
1549
<tr>
1550
- <td> <dfn><code>httpProxy</code></dfn>
1550
+ <td> <dfn noexport ><code>httpProxy</code></dfn>
1551
1551
<td> string
1552
1552
<td> Defines the proxy <a>host</a> for HTTP traffic when
1553
1553
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1556,15 +1556,15 @@ with a "<code>moz:</code>" prefix:
1556
1556
</tr>
1557
1557
1558
1558
<tr>
1559
- <td> <dfn><code>noProxy</code></dfn>
1559
+ <td> <dfn noexport ><code>noProxy</code></dfn>
1560
1560
<td> array
1561
1561
<td> Lists the address for which the proxy should be bypassed when
1562
1562
the <a><code>proxyType</code></a> is "<code> manual</code> ".
1563
1563
<td> A <a>List</a> containing any number of <a>String</a> s.
1564
1564
</tr>
1565
1565
1566
1566
<tr>
1567
- <td> <dfn><code>sslProxy</code></dfn>
1567
+ <td> <dfn noexport ><code>sslProxy</code></dfn>
1568
1568
<td> string
1569
1569
<td> Defines the proxy <a>host</a> for encrypted TLS traffic
1570
1570
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1573,15 +1573,15 @@ with a "<code>moz:</code>" prefix:
1573
1573
</tr>
1574
1574
1575
1575
<tr>
1576
- <td> <dfn><code>socksProxy</code></dfn>
1576
+ <td> <dfn noexport ><code>socksProxy</code></dfn>
1577
1577
<td> string
1578
1578
<td> Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
1579
1579
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
1580
1580
<td> A <a>host and optional port</a> with an <a>undefined</a> scheme.
1581
1581
</tr>
1582
1582
1583
1583
<tr>
1584
- <td> <dfn><code>socksVersion</code></dfn>
1584
+ <td> <dfn noexport ><code>socksVersion</code></dfn>
1585
1585
<td> number
1586
1586
<td> Defines the <a>SOCKS proxy</a> version
1587
1587
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.
3542
3542
</tr>
3543
3543
3544
3544
<tr>
3545
- <td> <dfn>Minimized window state</dfn>
3545
+ <td> <dfn noexport >Minimized window state</dfn>
3546
3546
<td> "<code> minimized</code> "
3547
3547
<td>
3548
3548
<td> The window is iconified.
@@ -3556,7 +3556,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3556
3556
</tr>
3557
3557
3558
3558
<tr>
3559
- <td> <dfn>Fullscreen window state</dfn>
3559
+ <td> <dfn noexport >Fullscreen window state</dfn>
3560
3560
<td> "<code> fullscreen</code> "
3561
3561
<td>
3562
3562
<td> The window is in full screen mode.
@@ -3970,7 +3970,7 @@ argument <var>reference</var>, run the following steps:
3970
3970
<li> Return <a>success</a> with <var> element</var> .
3971
3971
</ol>
3972
3972
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>
3974
3974
for an <a><var>element</var></a> :
3975
3975
3976
3976
<ol>
@@ -5082,24 +5082,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
5082
5082
The returned value is a dictionary with the following members:
5083
5083
5084
5084
<dl>
5085
- <dt> <dfn lt="elementrect-x">x</dfn>
5085
+ <dt> <dfn noexport lt="elementrect-x">x</dfn>
5086
5086
<dd>
5087
5087
X axis position of the top-left corner of the <a>web element</a>
5088
5088
relative to the <a>current browsing context</a> ’s
5089
5089
<a>document element</a> in <a>CSS pixels</a> .
5090
5090
5091
- <dt> <dfn lt="elementrect-y">y</dfn>
5091
+ <dt> <dfn noexport lt="elementrect-y">y</dfn>
5092
5092
<dd>
5093
5093
Y axis position of the top-left corner of the <a>web element</a>
5094
5094
relative to the <a>current browsing context</a> ’s
5095
5095
<a>document element</a> in <a>CSS pixels</a> .
5096
5096
5097
- <dt> <dfn lt="elementrect-height">height</dfn>
5097
+ <dt> <dfn noexport lt="elementrect-height">height</dfn>
5098
5098
<dd>
5099
5099
Height of the <a>web element</a> ’s
5100
5100
<a>bounding rectangle</a> in <a>CSS pixels</a> .
5101
5101
5102
- <dt> <dfn lt="elementrect-width">width</dfn>
5102
+ <dt> <dfn noexport lt="elementrect-width">width</dfn>
5103
5103
<dd>
5104
5104
Width of the <a>web element</a> ’s
5105
5105
<a>bounding rectangle</a> in <a>CSS pixels</a> .
@@ -6966,7 +6966,7 @@ For convenience the same terminology is used for their manipulation.
6966
6966
move to, either in its active (pressed) or inactive state.</td>
6967
6967
</tr>
6968
6968
<tr>
6969
- <td> <dfn>pointerCancel</dfn> </td>
6969
+ <td> <dfn noexport >pointerCancel</dfn> </td>
6970
6970
<td> Used to cancel a pointer action.</td>
6971
6971
</tr>
6972
6972
</table>
@@ -7028,7 +7028,7 @@ describe the state associated with each <a>input source</a>.
7028
7028
properties <code> alt</code> , <code> shift</code> , <code> ctrl</code> ,
7029
7029
and <code> meta</code> , which are <a>Boolean</a> s.
7030
7030
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
7032
7032
implementation must return a <a>key input state</a> object with
7033
7033
the <code> pressed</code> property set to the empty set
7034
7034
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,
7046
7046
an <code> x</code> property which is an unsigned integer,
7047
7047
and a <code> y</code> property which is an unsigned integer.
7048
7048
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
7050
7050
with arguments <var> subtype</var> an implementation must return
7051
7051
a <a>pointer input state</a> object with <code> subtype</code> set
7052
7052
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>.
7737
7737
7738
7738
<li><p> Let <var> algorithm</var> be the value of the column
7739
7739
<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
7741
7741
<var> source type</var> and the <var> action object</var> ’s
7742
7742
<code> subtype</code> property, to a dispatch action algorithm.
7743
7743
@@ -9510,7 +9510,7 @@ ensuring both privacy and preventing state from bleeding through to the next ses
9510
9510
considered visible if any part of it is drawn on the canvas within
9511
9511
the boundaries of the viewport.
9512
9512
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
9514
9514
is a boolean state where <code> true</code> signifies that the element is displayed
9515
9515
and <code> false</code> signifies that the element is not displayed.
9516
9516
To compute the state on <var> element</var> ,
0 commit comments