Skip to content

Commit

Permalink
Use the principal realm to initialize Event.timeStamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Nov 27, 2024
1 parent bb30d16 commit 0d4b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ correct defaults.</p>

<li><p>Initialize <var>event</var>'s {{Event/timeStamp}} attribute to the
<a>relative high resolution coarse time</a> given <var>time</var> and <var>event</var>'s
<a>relevant global object</a>.
<a>relevant realm</a>'s <a for=realm>principal realm</span>'s <a for=realm>global object</a>.

<li><p><a for=map>For each</a> <var>member</var><var>value</var> in <var>dictionary</var>, if
<var>event</var> has an attribute whose <a spec=webidl>identifier</a> is <var>member</var>, then
Expand Down

0 comments on commit 0d4b878

Please sign in to comment.