Skip to content

Commit

Permalink
[e] (0) Remove some last traces of XBL.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24261
Affected topics: Canvas, DOM APIs, HTML, Rendering

git-svn-id: http://svn.whatwg.org/webapps@8395 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 14, 2014
1 parent e49cdf0 commit d92962f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
24 changes: 12 additions & 12 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ <h3 id=abstract><span class=secno>1.1 </span>Where does this specification fit?<
relative to other specifications can be best summed up as
follows:</p>

<p><img src=http://images.whatwg.org/abstract.png width=398 alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS, XBL, and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR." height=359></p>
<p><img src=http://images.whatwg.org/abstract.png width=398 alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR." height=359></p>



Expand Down Expand Up @@ -53575,7 +53575,7 @@ <h4 id=the-canvas-element><span class=secno>4.12.4 </span>The <dfn id=canvas><co
element is available. For example, it is inappropriate to use a <code><a href=#the-canvas-element>canvas</a></code> element to
render a page heading: if the desired presentation of the heading is graphically intense, it
should be marked up using appropriate elements (typically <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>) and then styled using
CSS and supporting technologies such as XBL.</p>
CSS and supporting technologies such as Web Components.</p>

<p>When authors use the <code><a href=#the-canvas-element>canvas</a></code> element, they must also provide content that, when
presented to the user, conveys essentially the same function or purpose as the
Expand Down Expand Up @@ -68041,10 +68041,10 @@ <h4 id=read-xml><span class=secno>6.6.3 </span><dfn title=navigate-xml>Page load
a document">inserted into the document</a>, the user agent must run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection algorithm</a> with no manifest, and
passing in the <code><a href=#document>Document</a></code>.</p>

<!--CLEANUP-->
<p class=note>Because the processing of the <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code>
attribute happens only once the root element is parsed, any URLs referenced by processing
instructions before the root element (such as <code title="">&lt;?xml-stylesheet?&gt;</code> and
<code title="">&lt;?xbl?&gt;</code> PIs) will be fetched from the network and cannot be
instructions before the root element (such as <code title="">&lt;?xml-stylesheet?&gt;</code> PIs) will be fetched from the network and cannot be
cached.</p><!-- v2: fix this somehow -->

<p>User agents may examine the namespace of the root <code><a href=#element>Element</a></code> node of this
Expand Down Expand Up @@ -68098,12 +68098,12 @@ <h4 id=read-text><span class=secno>6.6.4 </span><dfn title=navigate-text>Page lo
parsing, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>

<p>User agents may add content to the <code><a href=#the-head-element>head</a></code> element of the <code><a href=#document>Document</a></code>, e.g.
linking to a style sheet or an XBL binding, providing script, giving the document a
linking to a style sheet or a binding, providing script, giving the document a
<code><a href=#the-title-element>title</a></code>, etc.</p>

<p class=note>In particular, if the user agent supports the <code title="">Format=Flowed</code>
feature of RFC 3676 then the user agent would need to apply extra styling to cause the text to
wrap correctly and to handle the quoting feature. This could be performed using, e.g., an XBL
wrap correctly and to handle the quoting feature. This could be performed using, e.g., a
binding or a CSS extension.</p>

<p>The <a href=#task-source>task source</a> for the two tasks mentioned in this section must be the
Expand Down Expand Up @@ -68166,8 +68166,8 @@ <h4 id=read-media><span class=secno>6.6.6 </span><dfn title=navigate-media>Page
fully loading, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>

<p>User agents may add content to the <code><a href=#the-head-element>head</a></code> element of the <code><a href=#document>Document</a></code>, or
attributes to the element <var title="">host element</var>, e.g. to link to a style sheet or an
XBL binding, to provide a script, to give the document a <code><a href=#the-title-element>title</a></code>, to make the media
attributes to the element <var title="">host element</var>, e.g. to link to a style sheet or a
binding, to provide a script, to give the document a <code><a href=#the-title-element>title</a></code>, to make the media
<a href=#attr-media-autoplay title=attr-media-autoplay>autoplay</a>, etc.</p>


Expand Down Expand Up @@ -68200,7 +68200,7 @@ <h4 id=read-plugin><span class=secno>6.6.7 </span><dfn title=navigate-plugin>Pag
fully loading, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>

<p>User agents may add content to the <code><a href=#the-head-element>head</a></code> element of the <code><a href=#document>Document</a></code>, or
attributes to the <code><a href=#the-embed-element>embed</a></code> element, e.g. to link to a style sheet or an XBL binding, or
attributes to the <code><a href=#the-embed-element>embed</a></code> element, e.g. to link to a style sheet or a binding, or
to give the document a <code><a href=#the-title-element>title</a></code>.</p>

<p class=note id=sandboxPluginNavigate>If the <code><a href=#document>Document</a></code>'s <a href=#active-sandboxing-flag-set>active sandboxing
Expand Down Expand Up @@ -70906,7 +70906,7 @@ <h4 id=introduction-6><span class=secno>7.1.1 </span>Introduction</h4>
<li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href=#event-handler-content-attributes>event handler content attributes</a>, by
<a href=#event-handler-idl-attributes>event handler IDL attributes</a>, or otherwise.</li>

<li>Processing of technologies like XBL or SVG that have their own scripting features.</li>
<li>Processing of technologies like SVG that have their own scripting features.</li>

</ul><div class=impl>

Expand Down Expand Up @@ -95192,7 +95192,7 @@ <h4 id=form-controls><span class=secno>14.3.11 </span>Form controls</h4>
input:not([type=image]), textarea { box-sizing: border-box; }</pre>

<p>Each kind of form control is also given a specific default binding, as described in subsequent
sections, which implements the look and feel of the control.</p>
sections, which implements the look and feel of the control.</p> <!-- a binding -->



Expand Down Expand Up @@ -95540,7 +95540,7 @@ <h4 id=image-maps-0><span class=secno>14.4.4 </span>Image maps</h4>

<div class=impl>

<h3 id=bindings><span class=secno>14.5 </span>Bindings</h3>
<h3 id=bindings><span class=secno>14.5 </span>Bindings</h3> <!-- a binding -->

<h4 id=introduction-14><span class=secno>14.5.1 </span>Introduction</h4>

Expand Down
24 changes: 12 additions & 12 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@
relative to other specifications can be best summed up as
follows:</p>

<p><img src=http://images.whatwg.org/abstract.png width=398 alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS, XBL, and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR." height=359></p>
<p><img src=http://images.whatwg.org/abstract.png width=398 alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR." height=359></p>



Expand Down Expand Up @@ -53575,7 +53575,7 @@ interface <dfn id=htmlcanvaselement>HTMLCanvasElement</dfn> : <a href=#htmleleme
element is available. For example, it is inappropriate to use a <code><a href=#the-canvas-element>canvas</a></code> element to
render a page heading: if the desired presentation of the heading is graphically intense, it
should be marked up using appropriate elements (typically <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>) and then styled using
CSS and supporting technologies such as XBL.</p>
CSS and supporting technologies such as Web Components.</p>

<p>When authors use the <code><a href=#the-canvas-element>canvas</a></code> element, they must also provide content that, when
presented to the user, conveys essentially the same function or purpose as the
Expand Down Expand Up @@ -68041,10 +68041,10 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
a document">inserted into the document</a>, the user agent must run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection algorithm</a> with no manifest, and
passing in the <code><a href=#document>Document</a></code>.</p>

<!--CLEANUP-->
<p class=note>Because the processing of the <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code>
attribute happens only once the root element is parsed, any URLs referenced by processing
instructions before the root element (such as <code title="">&lt;?xml-stylesheet?&gt;</code> and
<code title="">&lt;?xbl?&gt;</code> PIs) will be fetched from the network and cannot be
instructions before the root element (such as <code title="">&lt;?xml-stylesheet?&gt;</code> PIs) will be fetched from the network and cannot be
cached.</p><!-- v2: fix this somehow -->

<p>User agents may examine the namespace of the root <code><a href=#element>Element</a></code> node of this
Expand Down Expand Up @@ -68098,12 +68098,12 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
parsing, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>

<p>User agents may add content to the <code><a href=#the-head-element>head</a></code> element of the <code><a href=#document>Document</a></code>, e.g.
linking to a style sheet or an XBL binding, providing script, giving the document a
linking to a style sheet or a binding, providing script, giving the document a
<code><a href=#the-title-element>title</a></code>, etc.</p>

<p class=note>In particular, if the user agent supports the <code title="">Format=Flowed</code>
feature of RFC 3676 then the user agent would need to apply extra styling to cause the text to
wrap correctly and to handle the quoting feature. This could be performed using, e.g., an XBL
wrap correctly and to handle the quoting feature. This could be performed using, e.g., a
binding or a CSS extension.</p>

<p>The <a href=#task-source>task source</a> for the two tasks mentioned in this section must be the
Expand Down Expand Up @@ -68166,8 +68166,8 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
fully loading, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>

<p>User agents may add content to the <code><a href=#the-head-element>head</a></code> element of the <code><a href=#document>Document</a></code>, or
attributes to the element <var title="">host element</var>, e.g. to link to a style sheet or an
XBL binding, to provide a script, to give the document a <code><a href=#the-title-element>title</a></code>, to make the media
attributes to the element <var title="">host element</var>, e.g. to link to a style sheet or a
binding, to provide a script, to give the document a <code><a href=#the-title-element>title</a></code>, to make the media
<a href=#attr-media-autoplay title=attr-media-autoplay>autoplay</a>, etc.</p>


Expand Down Expand Up @@ -68200,7 +68200,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
fully loading, the user agent must <a href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.</p>

<p>User agents may add content to the <code><a href=#the-head-element>head</a></code> element of the <code><a href=#document>Document</a></code>, or
attributes to the <code><a href=#the-embed-element>embed</a></code> element, e.g. to link to a style sheet or an XBL binding, or
attributes to the <code><a href=#the-embed-element>embed</a></code> element, e.g. to link to a style sheet or a binding, or
to give the document a <code><a href=#the-title-element>title</a></code>.</p>

<p class=note id=sandboxPluginNavigate>If the <code><a href=#document>Document</a></code>'s <a href=#active-sandboxing-flag-set>active sandboxing
Expand Down Expand Up @@ -70906,7 +70906,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
<li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href=#event-handler-content-attributes>event handler content attributes</a>, by
<a href=#event-handler-idl-attributes>event handler IDL attributes</a>, or otherwise.</li>

<li>Processing of technologies like XBL or SVG that have their own scripting features.</li>
<li>Processing of technologies like SVG that have their own scripting features.</li>

</ul><div class=impl>

Expand Down Expand Up @@ -95192,7 +95192,7 @@ input[type="submit"], select, button {
input:not([type=image]), textarea { box-sizing: border-box; }</pre>

<p>Each kind of form control is also given a specific default binding, as described in subsequent
sections, which implements the look and feel of the control.</p>
sections, which implements the look and feel of the control.</p> <!-- a binding -->



Expand Down Expand Up @@ -95540,7 +95540,7 @@ object[align=bottom i] {

<div class=impl>

<h3 id=bindings><span class=secno>14.5 </span>Bindings</h3>
<h3 id=bindings><span class=secno>14.5 </span>Bindings</h3> <!-- a binding -->

<h4 id=introduction-14><span class=secno>14.5.1 </span>Introduction</h4>

Expand Down
24 changes: 12 additions & 12 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
relative to other specifications can be best summed up as
follows:</p>

<p><img src="images/abstract.png" width="398" height="359" alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS, XBL, and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR."></p>
<p><img src="images/abstract.png" width="398" height="359" alt="It consists of everything else, above such core technologies as HTTP, URI/IRIs, DOM, XML, Unicode, and ECMAScript; below presentation-layer technologies like CSS and the NPAPI; and to the side of technologies like Geolocation, SVG, MathML, and XHR."></p>
<!--START dev-html-->


Expand Down Expand Up @@ -59274,7 +59274,7 @@ interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {
element is available. For example, it is inappropriate to use a <code>canvas</code> element to
render a page heading: if the desired presentation of the heading is graphically intense, it
should be marked up using appropriate elements (typically <code>h1</code>) and then styled using
CSS and supporting technologies such as XBL.</p>
CSS and supporting technologies such as Web Components.</p>

<p>When authors use the <code>canvas</code> element, they must also provide content that, when
presented to the user, conveys essentially the same function or purpose as the
Expand Down Expand Up @@ -75863,10 +75863,10 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
data-x="concept-appcache-init">application cache selection algorithm</span> with no manifest, and
passing in the <code>Document</code>.</p>

<!--CLEANUP-->
<p class="note">Because the processing of the <code data-x="attr-html-manifest">manifest</code>
attribute happens only once the root element is parsed, any URLs referenced by processing
instructions before the root element (such as <code data-x="">&lt;?xml-stylesheet?></code> and
<code data-x="">&lt;?xbl?></code> PIs) will be fetched from the network and cannot be
instructions before the root element (such as <code data-x="">&lt;?xml-stylesheet?></code> PIs) will be fetched from the network and cannot be
cached.</p><!-- v2: fix this somehow -->

<p>User agents may examine the namespace of the root <code>Element</code> node of this
Expand Down Expand Up @@ -75925,12 +75925,12 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
parsing, the user agent must <span>update the session history with the new page</span>.</p>

<p>User agents may add content to the <code>head</code> element of the <code>Document</code>, e.g.
linking to a style sheet or an XBL binding, providing script, giving the document a
linking to a style sheet or a binding, providing script, giving the document a
<code>title</code>, etc.</p>

<p class="note">In particular, if the user agent supports the <code data-x="">Format=Flowed</code>
feature of RFC 3676 then the user agent would need to apply extra styling to cause the text to
wrap correctly and to handle the quoting feature. This could be performed using, e.g., an XBL
wrap correctly and to handle the quoting feature. This could be performed using, e.g., a
binding or a CSS extension.</p>

<p>The <span>task source</span> for the two tasks mentioned in this section must be the
Expand Down Expand Up @@ -76004,8 +76004,8 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
fully loading, the user agent must <span>update the session history with the new page</span>.</p>

<p>User agents may add content to the <code>head</code> element of the <code>Document</code>, or
attributes to the element <var data-x="">host element</var>, e.g. to link to a style sheet or an
XBL binding, to provide a script, to give the document a <code>title</code>, to make the media
attributes to the element <var data-x="">host element</var>, e.g. to link to a style sheet or a
binding, to provide a script, to give the document a <code>title</code>, to make the media
<span data-x="attr-media-autoplay">autoplay</span>, etc.</p>


Expand Down Expand Up @@ -76039,7 +76039,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
fully loading, the user agent must <span>update the session history with the new page</span>.</p>

<p>User agents may add content to the <code>head</code> element of the <code>Document</code>, or
attributes to the <code>embed</code> element, e.g. to link to a style sheet or an XBL binding, or
attributes to the <code>embed</code> element, e.g. to link to a style sheet or a binding, or
to give the document a <code>title</code>.</p>

<p class="note" id="sandboxPluginNavigate">If the <code>Document</code>'s <span>active sandboxing
Expand Down Expand Up @@ -79191,7 +79191,7 @@ interface <dfn>NavigatorOnLine</dfn> {
data-x="">addEventListener()</code>, by explicit <span>event handler content attributes</span>, by
<span>event handler IDL attributes</span>, or otherwise.</li>

<li>Processing of technologies like XBL or SVG that have their own scripting features.</li>
<li>Processing of technologies like SVG that have their own scripting features.</li>

</ul>

Expand Down Expand Up @@ -105939,7 +105939,7 @@ input[type="submit"], select, button {
input:not([type=image]), textarea { box-sizing: border-box; }</pre>

<p>Each kind of form control is also given a specific default binding, as described in subsequent
sections, which implements the look and feel of the control.</p>
sections, which implements the look and feel of the control.</p> <!-- a binding -->



Expand Down Expand Up @@ -106335,7 +106335,7 @@ object[align=bottom i] {

<div class="impl">

<h3>Bindings</h3>
<h3>Bindings</h3> <!-- a binding -->

<h4>Introduction</h4>

Expand Down

0 comments on commit d92962f

Please sign in to comment.