@@ -260,7 +260,7 @@ It is acknowledged that this is complementary to the Evil Bit [[RFC3514]].
260
260
the <a href=#protocol>protocol</a> . However they are not expected
261
261
to implement <a>remote end steps</a> directly. All nodes between a
262
262
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
264
264
node. Conversely, any nodes between a specific <a>intermediary
265
265
node</a> and an <a>endpoint node</a> are said to
266
266
be <dfn lt="upstream node|upstream">upstream</dfn> .
@@ -1328,7 +1328,7 @@ when it receives a particular <a>command</a>.
1328
1328
1329
1329
<p> Other specifications may define <dfn lt="additional WebDriver
1330
1330
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
1332
1332
not containing a "<code> :</code> " (colon) character,
1333
1333
an <dfn>additional capability deserialization algorithm</dfn> which is
1334
1334
a set of steps taking a single argument <var> value</var> which has a
@@ -1435,21 +1435,21 @@ with a "<code>moz:</code>" prefix:
1435
1435
</thead>
1436
1436
1437
1437
<tr>
1438
- <td> <dfn>Browser name</dfn>
1438
+ <td> <dfn noexport >Browser name</dfn>
1439
1439
<td> "<code> browserName</code> "
1440
1440
<td> string
1441
1441
<td> Identifies the user agent.
1442
1442
</tr>
1443
1443
1444
1444
<tr>
1445
- <td> <dfn>Browser version</dfn>
1445
+ <td> <dfn noexport >Browser version</dfn>
1446
1446
<td> "<code> browserVersion</code> "
1447
1447
<td> string
1448
1448
<td> Identifies the version of the user agent.
1449
1449
</tr>
1450
1450
1451
1451
<tr>
1452
- <td> <dfn>Platform name</dfn>
1452
+ <td> <dfn noexport >Platform name</dfn>
1453
1453
<td> "<code> platformName</code> "
1454
1454
<td> string
1455
1455
<td> Identifies the operating system of the <a>endpoint node</a> .
@@ -1528,7 +1528,7 @@ with a "<code>moz:</code>" prefix:
1528
1528
</thead>
1529
1529
1530
1530
<tr>
1531
- <td> <dfn><code>proxyType</code></dfn>
1531
+ <td> <dfn noexport ><code>proxyType</code></dfn>
1532
1532
<td> string
1533
1533
<td> Indicates the type of proxy configuration.
1534
1534
<td> "<code> pac</code> ",
@@ -1539,7 +1539,7 @@ with a "<code>moz:</code>" prefix:
1539
1539
</tr>
1540
1540
1541
1541
<tr>
1542
- <td> <dfn><code>proxyAutoconfigUrl</code></dfn>
1542
+ <td> <dfn noexport ><code>proxyAutoconfigUrl</code></dfn>
1543
1543
<td> string
1544
1544
<td> Defines the URL for a proxy auto-config file
1545
1545
if <a><code>proxyType</code></a>
@@ -1548,7 +1548,7 @@ with a "<code>moz:</code>" prefix:
1548
1548
</tr>
1549
1549
1550
1550
<tr>
1551
- <td> <dfn><code>ftpProxy</code></dfn>
1551
+ <td> <dfn noexport ><code>ftpProxy</code></dfn>
1552
1552
<td> string
1553
1553
<td> Defines the proxy <a>host</a> for FTP traffic when
1554
1554
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1557,7 +1557,7 @@ with a "<code>moz:</code>" prefix:
1557
1557
</tr>
1558
1558
1559
1559
<tr>
1560
- <td> <dfn><code>httpProxy</code></dfn>
1560
+ <td> <dfn noexport ><code>httpProxy</code></dfn>
1561
1561
<td> string
1562
1562
<td> Defines the proxy <a>host</a> for HTTP traffic when
1563
1563
the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1566,15 +1566,15 @@ with a "<code>moz:</code>" prefix:
1566
1566
</tr>
1567
1567
1568
1568
<tr>
1569
- <td> <dfn><code>noProxy</code></dfn>
1569
+ <td> <dfn noexport ><code>noProxy</code></dfn>
1570
1570
<td> array
1571
1571
<td> Lists the address for which the proxy should be bypassed when
1572
1572
the <a><code>proxyType</code></a> is "<code> manual</code> ".
1573
1573
<td> A <a>List</a> containing any number of <a>String</a> s.
1574
1574
</tr>
1575
1575
1576
1576
<tr>
1577
- <td> <dfn><code>sslProxy</code></dfn>
1577
+ <td> <dfn noexport ><code>sslProxy</code></dfn>
1578
1578
<td> string
1579
1579
<td> Defines the proxy <a>host</a> for encrypted TLS traffic
1580
1580
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
@@ -1583,15 +1583,15 @@ with a "<code>moz:</code>" prefix:
1583
1583
</tr>
1584
1584
1585
1585
<tr>
1586
- <td> <dfn><code>socksProxy</code></dfn>
1586
+ <td> <dfn noexport ><code>socksProxy</code></dfn>
1587
1587
<td> string
1588
1588
<td> Defines the proxy <a>host</a> for a <a>SOCKS proxy</a>
1589
1589
when the <a><code>proxyType</code></a> is "<code> manual</code> ".
1590
1590
<td> A <a>host and optional port</a> with an <a>undefined</a> scheme.
1591
1591
</tr>
1592
1592
1593
1593
<tr>
1594
- <td> <dfn><code>socksVersion</code></dfn>
1594
+ <td> <dfn noexport ><code>socksVersion</code></dfn>
1595
1595
<td> number
1596
1596
<td> Defines the <a>SOCKS proxy</a> version
1597
1597
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.
3556
3556
</tr>
3557
3557
3558
3558
<tr>
3559
- <td> <dfn>Minimized window state</dfn>
3559
+ <td> <dfn noexport >Minimized window state</dfn>
3560
3560
<td> "<code> minimized</code> "
3561
3561
<td>
3562
3562
<td> The window is iconified.
@@ -3570,7 +3570,7 @@ make the tab containing the <a>browsing context</a> the selected tab.
3570
3570
</tr>
3571
3571
3572
3572
<tr>
3573
- <td> <dfn>Fullscreen window state</dfn>
3573
+ <td> <dfn noexport >Fullscreen window state</dfn>
3574
3574
<td> "<code> fullscreen</code> "
3575
3575
<td>
3576
3576
<td> The window is in full screen mode.
@@ -3984,7 +3984,7 @@ argument <var>reference</var>, run the following steps:
3984
3984
<li> Return <a>success</a> with <var> element</var> .
3985
3985
</ol>
3986
3986
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>
3988
3988
for an <a><var>element</var></a> :
3989
3989
3990
3990
<ol>
@@ -5096,24 +5096,24 @@ returns the dimensions and coordinates of the given <a>web element</a>.
5096
5096
The returned value is a dictionary with the following members:
5097
5097
5098
5098
<dl>
5099
- <dt> <dfn lt="elementrect-x">x</dfn>
5099
+ <dt> <dfn noexport lt="elementrect-x">x</dfn>
5100
5100
<dd>
5101
5101
X axis position of the top-left corner of the <a>web element</a>
5102
5102
relative to the <a>current browsing context</a> ’s
5103
5103
<a>document element</a> in <a>CSS pixels</a> .
5104
5104
5105
- <dt> <dfn lt="elementrect-y">y</dfn>
5105
+ <dt> <dfn noexport lt="elementrect-y">y</dfn>
5106
5106
<dd>
5107
5107
Y axis position of the top-left corner of the <a>web element</a>
5108
5108
relative to the <a>current browsing context</a> ’s
5109
5109
<a>document element</a> in <a>CSS pixels</a> .
5110
5110
5111
- <dt> <dfn lt="elementrect-height">height</dfn>
5111
+ <dt> <dfn noexport lt="elementrect-height">height</dfn>
5112
5112
<dd>
5113
5113
Height of the <a>web element</a> ’s
5114
5114
<a>bounding rectangle</a> in <a>CSS pixels</a> .
5115
5115
5116
- <dt> <dfn lt="elementrect-width">width</dfn>
5116
+ <dt> <dfn noexport lt="elementrect-width">width</dfn>
5117
5117
<dd>
5118
5118
Width of the <a>web element</a> ’s
5119
5119
<a>bounding rectangle</a> in <a>CSS pixels</a> .
@@ -6980,7 +6980,7 @@ For convenience the same terminology is used for their manipulation.
6980
6980
move to, either in its active (pressed) or inactive state.</td>
6981
6981
</tr>
6982
6982
<tr>
6983
- <td> <dfn>pointerCancel</dfn> </td>
6983
+ <td> <dfn noexport >pointerCancel</dfn> </td>
6984
6984
<td> Used to cancel a pointer action.</td>
6985
6985
</tr>
6986
6986
</table>
@@ -7042,7 +7042,7 @@ describe the state associated with each <a>input source</a>.
7042
7042
properties <code> alt</code> , <code> shift</code> , <code> ctrl</code> ,
7043
7043
and <code> meta</code> , which are <a>Boolean</a> s.
7044
7044
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
7046
7046
implementation must return a <a>key input state</a> object with
7047
7047
the <code> pressed</code> property set to the empty set
7048
7048
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,
7060
7060
an <code> x</code> property which is an unsigned integer,
7061
7061
and a <code> y</code> property which is an unsigned integer.
7062
7062
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
7064
7064
with arguments <var> subtype</var> an implementation must return
7065
7065
a <a>pointer input state</a> object with <code> subtype</code> set
7066
7066
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>.
7751
7751
7752
7752
<li><p> Let <var> algorithm</var> be the value of the column
7753
7753
<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
7755
7755
<var> source type</var> and the <var> action object</var> ’s
7756
7756
<code> subtype</code> property, to a dispatch action algorithm.
7757
7757
@@ -9524,7 +9524,7 @@ ensuring both privacy and preventing state from bleeding through to the next ses
9524
9524
considered visible if any part of it is drawn on the canvas within
9525
9525
the boundaries of the viewport.
9526
9526
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
9528
9528
is a boolean state where <code> true</code> signifies that the element is displayed
9529
9529
and <code> false</code> signifies that the element is not displayed.
9530
9530
To compute the state on <var> element</var> ,
0 commit comments