Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Nov 27, 2023
1 parent 61a67ee commit d277da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Long Task timing involves the following new interfaces:
<pre class="idl">
[Exposed=Window]
interface PerformanceLongTaskTiming : PerformanceEntry {
// Overloading PerformanceEntry
/* Overloading PerformanceEntry */
readonly attribute DOMHighResTimeStamp startTime;
readonly attribute DOMHighResTimeStamp duration;
readonly attribute DOMString name;
Expand Down Expand Up @@ -212,7 +212,7 @@ The <dfn attribute for=PerformanceLongTaskTiming>attribution</dfn> attribute's g
<pre class="def idl">
[Exposed=Window]
interface TaskAttributionTiming : PerformanceEntry {
// Overloading PerformanceEntry
/* Overloading PerformanceEntry */
readonly attribute DOMHighResTimeStamp startTime;
readonly attribute DOMHighResTimeStamp duration;
readonly attribute DOMString name;
Expand Down Expand Up @@ -312,7 +312,7 @@ Long Animation Frame timing involves the following new interfaces:
<pre class="idl">
[Exposed=Window]
interface PerformanceLongAnimationFrameTiming : PerformanceEntry {
// Overloading PerformanceEntry
/* Overloading PerformanceEntry */
readonly attribute DOMHighResTimeStamp startTime;
readonly attribute DOMHighResTimeStamp duration;
readonly attribute DOMString name;
Expand Down

0 comments on commit d277da3

Please sign in to comment.