Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Jan 22, 2024
1 parent 43bcc75 commit de10d7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ <h2>The <dfn>PerformanceEntry</dfn> interface</h2>
</dd>
<dt><dfn>startTime</dfn></dt>
<dd>This attribute must return the value it is initialized to. It represents the time value of
the first recorded timestamp of this performance metric. Its initial value is <code>0</code>.</dd>
the first recorded timestamp of this performance metric.</dd>
<dt><dfn>duration</dfn></dt>
<dd>
The getter steps for the <a>duration</a> attribute are to return 0 if <a>this</a>'s <a>endTime</a>
is 0; otherwise <a>this</a>'s <a>endTime</a> - <a>this</a>'s <a>startTime</a>.
</dd>
<dt><dfn>navigationId</dfn></dt>
<dd>
This attribute MUST return the value of it is initialized to.
This attribute MUST return the value it is initialized to.
</dd>
</dl>
<p>When <dfn>toJSON</dfn> is called, run [[WebIDL]]'s <a>default toJSON
Expand Down Expand Up @@ -381,7 +381,7 @@ <h2>The <dfn>PerformanceObserver</dfn> interface</h2>
<li>A <a>PerformanceEntryList</a> object called the <dfn>observer
buffer</dfn> that is initially empty.
</li>
<li>A <code>DOMS<tring</code> <dfn>observer type</dfn> which is initially
<li>A <code>DOMString</code> <dfn>observer type</dfn> which is initially
<code>"undefined"</code>.</li>
<li>A boolean <dfn>requires dropped entries</dfn> which is initially set to false.</li>
</ul>
Expand Down

0 comments on commit de10d7b

Please sign in to comment.