Skip to content

Commit

Permalink
[e] (0) Vaguely try to clarify 'status bar' and 'toolbar' for the mos…
Browse files Browse the repository at this point in the history
…tly obsolete BarProp APIs.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24277
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8393 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 13, 2014
1 parent 72bfbbf commit eedce03
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
9 changes: 7 additions & 2 deletions complete.html
Expand Up @@ -65679,14 +65679,19 @@ <h4 id=browser-interface-elements><span class=secno>6.2.7 </span>Browser interfa

<dt><dfn id=the-status-bar-barprop-object>The status bar <code>BarProp</code> object</dfn></dt>

<!--CLEANUP-->
<dd>Represents a user interface element found immediately below or after the document, as
appropriate for the user's media. If the user agent has no such user interface element, then the
appropriate for the user's media, which typically provides information about ongoing network
activity or information about elements that the user's pointing device is current indicating.
If the user agent has no such user interface element, then the
object may act as if the corresponding user interface element was absent (i.e. its <code title=dom-BarProp-visible><a href=#dom-barprop-visible>visible</a></code> attribute may return false).</dd>

<dt><dfn id=the-toolbar-barprop-object>The toolbar <code>BarProp</code> object</dfn></dt>

<!--CLEANUP-->
<dd>Represents the user interface element found immediately above or before the document, as
appropriate for the user's media. If the user agent has no such user interface element, then the
appropriate for the user's media, which typically provides <a href=#session-history>session history</a> traversal
controls (back and forward buttons, reload buttons, etc). If the user agent has no such user interface element, then the
object may act as if the corresponding user interface element was absent (i.e. its <code title=dom-BarProp-visible><a href=#dom-barprop-visible>visible</a></code> attribute may return false).</dd>

</dl><p>The <dfn id=dom-window-locationbar title=dom-window-locationbar><code>locationbar</code></dfn> attribute must return
Expand Down
9 changes: 7 additions & 2 deletions index
Expand Up @@ -65679,14 +65679,19 @@ END:VCARD</pre>

<dt><dfn id=the-status-bar-barprop-object>The status bar <code>BarProp</code> object</dfn></dt>

<!--CLEANUP-->
<dd>Represents a user interface element found immediately below or after the document, as
appropriate for the user's media. If the user agent has no such user interface element, then the
appropriate for the user's media, which typically provides information about ongoing network
activity or information about elements that the user's pointing device is current indicating.
If the user agent has no such user interface element, then the
object may act as if the corresponding user interface element was absent (i.e. its <code title=dom-BarProp-visible><a href=#dom-barprop-visible>visible</a></code> attribute may return false).</dd>

<dt><dfn id=the-toolbar-barprop-object>The toolbar <code>BarProp</code> object</dfn></dt>

<!--CLEANUP-->
<dd>Represents the user interface element found immediately above or before the document, as
appropriate for the user's media. If the user agent has no such user interface element, then the
appropriate for the user's media, which typically provides <a href=#session-history>session history</a> traversal
controls (back and forward buttons, reload buttons, etc). If the user agent has no such user interface element, then the
object may act as if the corresponding user interface element was absent (i.e. its <code title=dom-BarProp-visible><a href=#dom-barprop-visible>visible</a></code> attribute may return false).</dd>

</dl><p>The <dfn id=dom-window-locationbar title=dom-window-locationbar><code>locationbar</code></dfn> attribute must return
Expand Down
9 changes: 7 additions & 2 deletions source
Expand Up @@ -73163,15 +73163,20 @@ END:VCARD</pre>

<dt><dfn>The status bar <code>BarProp</code> object</dfn></dt>

<!--CLEANUP-->
<dd>Represents a user interface element found immediately below or after the document, as
appropriate for the user's media. If the user agent has no such user interface element, then the
appropriate for the user's media, which typically provides information about ongoing network
activity or information about elements that the user's pointing device is current indicating.
If the user agent has no such user interface element, then the
object may act as if the corresponding user interface element was absent (i.e. its <code
data-x="dom-BarProp-visible">visible</code> attribute may return false).</dd>

<dt><dfn>The toolbar <code>BarProp</code> object</dfn></dt>

<!--CLEANUP-->
<dd>Represents the user interface element found immediately above or before the document, as
appropriate for the user's media. If the user agent has no such user interface element, then the
appropriate for the user's media, which typically provides <span>session history</span> traversal
controls (back and forward buttons, reload buttons, etc). If the user agent has no such user interface element, then the
object may act as if the corresponding user interface element was absent (i.e. its <code
data-x="dom-BarProp-visible">visible</code> attribute may return false).</dd>

Expand Down

0 comments on commit eedce03

Please sign in to comment.