Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Dec 13, 2023
1 parent 105f0fe commit 5f48e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -590,23 +590,23 @@ It has the following [=struct/items=]:

<dl dfn-for="script timing info">
: <dfn>type</dfn>
:: A {{ScriptTimingType}}.
:: A {{ScriptTimingType}}.

: <dfn>start time</dfn>
: <dfn>end time</dfn>
: <dfn>execution start time</dfn>
:: An unsafe {{DOMHighResTimeStamp}}, initially 0.
:: An unsafe {{DOMHighResTimeStamp}}, initially 0.

: <dfn>invoker name</dfn>
: <dfn>source url</dfn>
: <dfn>source function name</dfn>
: <dfn>event type</dfn>
: <dfn>event target element id</dfn>
: <dfn>event target element src attribute</dfn>
:: A string, initially the empty string.
:: A string, initially the empty string.

: <dfn>source character position</dfn>
:: A number, initially -1.
:: A number, initially -1.
</dl>

A {{Document}} has a null or [=frame timing info=] <dfn>current frame timing info</dfn>, initially null.
Expand Down

0 comments on commit 5f48e12

Please sign in to comment.