You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implementation-specific limits on otherwise unconstrained inputs,
200
200
e.g. to prevent denial of service attacks, to guard against running
201
-
out of memory, or to work around platform-specific limitations.
201
+
out of memory, or to work around platform-specific limitations.<!--fingerprint-->
202
202
203
203
<p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
204
204
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
<li><p>Perform a <ahref="#concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</a> of <var>box</var> to <var>position</var>.
458
458
<li><p><aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">Queue a task</a> to run <var>task</var>, unless a <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to
459
459
run <var>task</var> is in the <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a>.
460
-
<li><p>Repeat the previous step in a useragent-defined interval while the <ahref="#concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</a> is ongoing, as well as when
460
+
<li><p>Repeat the previous step in a user-agent-defined interval while the <ahref="#concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</a> is ongoing, as well as when
461
461
the <ahref="#concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</a> is <ahref="#concept-smooth-scroll-completed" title="concept-smooth-scroll-completed">completed</a> (but not if it is
<p>When a user agent is to perform a <dfnid="concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</dfn> of a scrolling box <var>box</var> to <var>position</var>,
473
-
it must update the scroll position of <var>box</var> in a useragent-defined fashion over a useragent-defined amount of time. When the scroll is
473
+
it must update the scroll position of <var>box</var> in a user-agent-defined fashion over a user-agent-defined amount of time. When the scroll is
474
474
<dfnid="concept-smooth-scroll-completed" title="concept-smooth-scroll-completed">completed</dfn>, the scroll position of <var>box</var> must be <var>position</var>. The scroll can also
475
-
be <dfnid="concept-smooth-scroll-aborted" title="concept-smooth-scroll-aborted">aborted</dfn>, either by an algorithm or by the user.
475
+
be <dfnid="concept-smooth-scroll-aborted" title="concept-smooth-scroll-aborted">aborted</dfn>, either by an algorithm or by the user.<!--fingerprint-->
476
476
477
477
<p>When a user agent is to perform an <dfnid="concept-instant-scroll" title="concept-instant-scroll">instant scroll</dfn> of a scrolling box <var>box</var> to
478
478
<var>position</var>, it must update the scroll position of <var>box</var> to <var>position</var>.
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-event-fire" title="concept-event-fire">fire an event</a> event named
1484
1484
<codetitle="">resize</code> at the <codeclass="external" data-anolis-spec="html"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object associated with that
1485
1485
<ahref="#viewport">viewport</a>. If such a resize is ongoing over a period of time, the user agent must <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a> that
1486
-
task at a useragent-defined interval while the resize is ongoing.
1486
+
task at a user-agent-defined interval while the resize is ongoing.<!--fingerprint--><!-- e.g. if you change the width of an iframe with a transition -->
<p>Whenever a <ahref="#viewport">viewport</a> gets scrolled in response to user interaction, the user agent must <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> to
1491
1491
<aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#concept-event-fire" title="concept-event-fire">fire an event</a> named
1492
1492
<codetitle="">scroll</code> that bubbles at the <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#document">Document</a></code> object associated with that <ahref="#viewport">viewport</a>. If such a scroll is
1493
-
ongoing over a period of time, the user agent must <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a> that task at a useragent-defined interval
1494
-
while the scroll is ongoing.
1493
+
ongoing over a period of time, the user agent must <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a> that task at a user-agent-defined interval
1494
+
while the scroll is ongoing.<!--fingerprint-->
1495
1495
1496
1496
<p>Whenever an element gets scrolled in response to user interaction, the user agent must <aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">queue a task</a> to
1497
1497
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-event-fire" title="concept-event-fire">fire an event</a> named
1498
1498
<codetitle="">scroll</code> at the element. If such a scroll is ongoing over a period of time, the user agent must
1499
-
<aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a> that task at a useragent-defined interval while the scroll is ongoing.
1499
+
<aclass="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a> that task at a user-agent-defined interval while the scroll is ongoing.<!--fingerprint-->
<dd><p>The scrolling box is scrolled in a smooth fashion using a useragent-defined timing function over a useragent-defined period of time. User agents
1531
-
should follow platform convensions, if any.
1530
+
<dd><p>The scrolling box is scrolled in a smooth fashion using a user-agent-defined timing function over a user-agent-defined period of time. User agents
1531
+
should follow platform convensions, if any.<!--fingerprint-->
1532
1532
</dl>
1533
1533
1534
-
<p>User agents may ignore this property.
1534
+
<p>User agents may ignore this property.<!--fingerprint-->
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ <h2>Conformance</h2>
160
160
<pid="hardwareLimitations">User agents may impose
161
161
implementation-specific limits on otherwise unconstrained inputs,
162
162
e.g. to prevent denial of service attacks, to guard against running
163
-
out of memory, or to work around platform-specific limitations.
163
+
out of memory, or to work around platform-specific limitations.<!--fingerprint-->
164
164
165
165
<p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
166
166
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
@@ -419,9 +419,9 @@ <h3>Scrolling</h3>
419
419
<li><p>Perform a <spantitle=concept-smooth-scroll>smooth scroll</span> of <var>box</var> to <var>position</var>.
420
420
<li><p><spandata-anolis-spec=html>Queue a task</span> to run <var>task</var>, unless a <spandata-anolis-spec=htmltitle=concept-task>task</span> to
421
421
run <var>task</var> is in the <spandata-anolis-spec=htmltitle="queue a task">queue</span>.
422
-
<li><p>Repeat the previous step in a useragent-defined interval while the <spantitle=concept-smooth-scroll>smooth scroll</span> is ongoing, as well as when
422
+
<li><p>Repeat the previous step in a user-agent-defined interval while the <spantitle=concept-smooth-scroll>smooth scroll</span> is ongoing, as well as when
423
423
the <spantitle=concept-smooth-scroll>smooth scroll</span> is <spantitle=concept-smooth-scroll-completed>completed</span> (but not if it is
<spandata-anolis-spec=domtitle=concept-event-fire>fire an event</span> event named
1446
1446
<codetitle>resize</code> at the <codedata-anolis-spec=html>Window</code> object associated with that
1447
1447
<span>viewport</span>. If such a resize is ongoing over a period of time, the user agent must <spandata-anolis-spec=htmltitle="queue a task">queue</span> that
1448
-
task at a useragent-defined interval while the resize is ongoing.
1448
+
task at a user-agent-defined interval while the resize is ongoing.<!--fingerprint--><!-- e.g. if you change the width of an iframe with a transition -->
1449
1449
1450
1450
<h3>Scrolling</h3>
1451
1451
1452
1452
<p>Whenever a <span>viewport</span> gets scrolled in response to user interaction, the user agent must <spandata-anolis-spec=html>queue a task</span> to
1453
1453
<spandata-anolis-spec=htmltitle=concept-event-fire>fire an event</span> named
1454
1454
<codetitle>scroll</code> that bubbles at the <codedata-anolis-spec=dom>Document</code> object associated with that <span>viewport</span>. If such a scroll is
1455
-
ongoing over a period of time, the user agent must <spandata-anolis-spec=htmltitle="queue a task">queue</span> that task at a useragent-defined interval
1456
-
while the scroll is ongoing.
1455
+
ongoing over a period of time, the user agent must <spandata-anolis-spec=htmltitle="queue a task">queue</span> that task at a user-agent-defined interval
1456
+
while the scroll is ongoing.<!--fingerprint-->
1457
1457
1458
1458
<p>Whenever an element gets scrolled in response to user interaction, the user agent must <spandata-anolis-spec=html>queue a task</span> to
1459
1459
<spandata-anolis-spec=domtitle=concept-event-fire>fire an event</span> named
1460
1460
<codetitle>scroll</code> at the element. If such a scroll is ongoing over a period of time, the user agent must
1461
-
<spandata-anolis-spec=htmltitle="queue a task">queue</span> that task at a useragent-defined interval while the scroll is ongoing.
1461
+
<spandata-anolis-spec=htmltitle="queue a task">queue</span> that task at a user-agent-defined interval while the scroll is ongoing.<!--fingerprint-->
1462
1462
1463
1463
1464
1464
<h2>CSS properties</h2>
@@ -1490,11 +1490,11 @@ <h3>Smooth Scrolling: The 'scroll-behavior' Property</h3>
1490
1490
<dd><p>The scrolling box is scrolled in an instant fashion.
<dd><p>The scrolling box is scrolled in a smooth fashion using a useragent-defined timing function over a useragent-defined period of time. User agents
1494
-
should follow platform convensions, if any.
1493
+
<dd><p>The scrolling box is scrolled in a smooth fashion using a user-agent-defined timing function over a user-agent-defined period of time. User agents
1494
+
should follow platform convensions, if any.<!--fingerprint-->
1495
1495
</dl>
1496
1496
1497
-
<p>User agents may ignore this property.
1497
+
<p>User agents may ignore this property.<!--fingerprint-->
implementation-specific limits on otherwise unconstrained inputs,
251
251
e.g. to prevent denial of service attacks, to guard against running
252
-
out of memory, or to work around platform-specific limitations.
252
+
out of memory, or to work around platform-specific limitations.<!--fingerprint-->
253
253
254
254
<p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
255
255
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
@@ -2784,7 +2784,7 @@ <h3 id="the-getstyleutils-interface"><span class="secno">7.3 </span>The <code ti
2784
2784
<pclass="atrisk">The <dfnid="dom-getstyleutils-defaultstyle" title="dom-GetStyleUtils-defaultStyle"><code>defaultStyle</code></dfn> attribute must return a <ahref="#css-declaration-block">CSS declaration block</a> with
2785
2785
the <ahref="#concept-css-declaration-block-readonly-flag" title="concept-css-declaration-block-readonly-flag">readonly flag</a> set and the
2786
2786
<ahref="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a> set to all properties the user agent supports with the value being the <ahref="#computed-value">computed
2787
-
value</a> computed for the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the useragent-level style rules and user-level style rules associated with
2787
+
value</a> computed for the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#context-object">context object</a> using the user-agent-level style rules and user-level style rules associated with
Copy file name to clipboardExpand all lines: cssom/Overview.src.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ <h2>Conformance</h2>
170
170
<pid="hardwareLimitations">User agents may impose
171
171
implementation-specific limits on otherwise unconstrained inputs,
172
172
e.g. to prevent denial of service attacks, to guard against running
173
-
out of memory, or to work around platform-specific limitations.
173
+
out of memory, or to work around platform-specific limitations.<!--fingerprint-->
174
174
175
175
<p>When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
176
176
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
<pclass=atrisk>The <dfntitle=dom-GetStyleUtils-defaultStyle><code>defaultStyle</code></dfn> attribute must return a <span>CSS declaration block</span> with
2706
2706
the <spantitle=concept-css-declaration-block-readonly-flag>readonly flag</span> set and the
2707
2707
<spantitle=concept-css-declaration-block-declarations>declarations</span> set to all properties the user agent supports with the value being the <span>computed
2708
-
value</span> computed for the <spandata-anolis-spec=dom>context object</span> using the useragent-level style rules and user-level style rules associated with
2708
+
value</span> computed for the <spandata-anolis-spec=dom>context object</span> using the user-agent-level style rules and user-level style rules associated with
2709
2709
the <spandata-anolis-spec=dom>context object</span>'s <span>associated document</span>, ignoring transitions, animations, author-level style
2710
2710
rules, author-level presentational hints and override-level style rules.</p>
0 commit comments