Skip to content

Commit

Permalink
[e] (0) Clarify 'static'.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2408 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 17, 2008
1 parent e7887e1 commit 9518115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -17627,7 +17627,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
otherwise.</p>

<p>The <dfn id=dom-media-buffered title=dom-media-buffered><code>buffered</code></dfn>
attribute must return a static <a href=#normalized-timeranges-object>normalized
attribute must return a new static <a href=#normalized-timeranges-object>normalized
<code>TimeRanges</code> object</a> that represents the ranges of
the <a href=#media-resource>media resource</a>, if any, that the user agent has
buffered, at the time the attribute is evaluated. Users agents must
Expand Down Expand Up @@ -18015,7 +18015,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
at the <a href=#media-element>media element</a>.</p>

<p>The <dfn id=dom-media-played title=dom-media-played><code>played</code></dfn>
attribute must return a static <a href=#normalized-timeranges-object>normalized
attribute must return a new static <a href=#normalized-timeranges-object>normalized
<code>TimeRanges</code> object</a> that represents the ranges of
the <a href=#media-resource>media resource</a>, if any, that the user agent has so
far rendered, at the time the attribute is evaluated.</p>
Expand Down Expand Up @@ -18288,7 +18288,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
a simple event</a> called <code title=event-seeked><a href=#event-seeked>seeked</a></code> at the element.</li>

</ol><p>The <dfn id=dom-media-seekable title=dom-media-seekable><code>seekable</code></dfn>
attribute must return a static <a href=#normalized-timeranges-object>normalized
attribute must return a new static <a href=#normalized-timeranges-object>normalized
<code>TimeRanges</code> object</a> that represents the ranges of
the <a href=#media-resource>media resource</a>, if any, that the user agent is able
to seek to, at the time the attribute is evaluated.</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -19020,7 +19020,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {
otherwise.</p>

<p>The <dfn title="dom-media-buffered"><code>buffered</code></dfn>
attribute must return a static <span>normalized
attribute must return a new static <span>normalized
<code>TimeRanges</code> object</span> that represents the ranges of
the <span>media resource</span>, if any, that the user agent has
buffered, at the time the attribute is evaluated. Users agents must
Expand Down Expand Up @@ -19490,7 +19490,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {
at the <span>media element</span>.</p>

<p>The <dfn title="dom-media-played"><code>played</code></dfn>
attribute must return a static <span>normalized
attribute must return a new static <span>normalized
<code>TimeRanges</code> object</span> that represents the ranges of
the <span>media resource</span>, if any, that the user agent has so
far rendered, at the time the attribute is evaluated.</p>
Expand Down Expand Up @@ -19820,7 +19820,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {
</ol>

<p>The <dfn title="dom-media-seekable"><code>seekable</code></dfn>
attribute must return a static <span>normalized
attribute must return a new static <span>normalized
<code>TimeRanges</code> object</span> that represents the ranges of
the <span>media resource</span>, if any, that the user agent is able
to seek to, at the time the attribute is evaluated.</p>
Expand Down

0 comments on commit 9518115

Please sign in to comment.