Skip to content

Commit 7a647c3

Browse files
Remove unnecessary timestamp parameters in "update the rendering"
These algorithms actually do not accept a timestamp, so it was incorrect to pass one. Closes #7193
1 parent 36470c1 commit 7a647c3

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

source

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95956,24 +95956,20 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
9595695956
<span>top-level browsing context</span>.</p></li>
9595795957

9595895958
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
95959-
the resize steps</span> for that <code>Document</code>, passing in <var>now</var> as the
95960-
timestamp. <ref spec=CSSOMVIEW></p></li>
95959+
the resize steps</span> for that <code>Document</code>. <ref spec=CSSOMVIEW></p></li>
9596195960

9596295961
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
95963-
the scroll steps</span> for that <code>Document</code>, passing in <var>now</var> as the
95964-
timestamp. <ref spec=CSSOMVIEW></p></li>
95962+
the scroll steps</span> for that <code>Document</code>. <ref spec=CSSOMVIEW></p></li>
9596595963

9596695964
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>,
95967-
<span>evaluate media queries and report changes</span> for that <code>Document</code>, passing
95968-
in <var>now</var> as the timestamp. <ref spec=CSSOMVIEW></p></li>
95965+
<span>evaluate media queries and report changes</span> for that <code>Document</code>. <ref spec=CSSOMVIEW></p></li>
9596995966

9597095967
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>,
9597195968
<span>update animations and send events</span> for that <code>Document</code>, passing in
9597295969
<var>now</var> as the timestamp. <ref spec=WEBANIMATIONS></p></li>
9597395970

9597495971
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
95975-
the fullscreen steps</span> for that <code>Document</code>, passing in <var>now</var> as the
95976-
timestamp. <ref spec=FULLSCREEN></p></li>
95972+
the fullscreen steps</span> for that <code>Document</code>. <ref spec=FULLSCREEN></p></li>
9597795973

9597895974
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, if
9597995975
the user agent detects that the backing storage associated with a
@@ -128271,6 +128267,7 @@ INSERT INTERFACES HERE
128271128267
Dean Edridge,
128272128268
Dean Edwards,
128273128269
Dean Jackson,
128270+
Debanjana Sarkar <!-- debanjana-a11y on GitHub -->,
128274128271
Debi Orton,
128275128272
Delan Azabani<!-- delan on GitHub -->,
128276128273
Derek Featherstone,

0 commit comments

Comments
 (0)