Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Turns out CSSOM already specifies resize and scroll events. S…
…weet.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8386 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 9, 2014
1 parent 13c857a commit 6392b12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 8 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 9 January 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -3927,15 +3927,15 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
<li><dfn id=serializing-a-css-value>Serializing a CSS value</dfn></li>
<li><dfn id=scroll-an-element-into-view>Scroll an element into view</dfn></li>
<li><dfn id=scroll-to-the-beginning-of-the-document>Scroll to the beginning of the document</dfn></li>
<li>The <dfn id=event-resize title=event-resize><code>resize</code></dfn> event</li>
<li>The <dfn id=event-scroll title=event-scroll><code>scroll</code></dfn> event</li>
</ul><p>The term <dfn id=css-styling-attribute>CSS styling attribute</dfn> is defined in the <cite>CSS Style Attributes</cite>
specification. <a href=#refsCSSATTR>[CSSATTR]</a></p>

<p>The <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object's use of fonts depends on the features
described in the CSS <cite>Fonts</cite> and <cite>Font Load Events</cite> specifications, including in particular
<dfn id=fontloader><code>FontLoader</code></dfn>. <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p>

<p>Some CSS specification will one day probably specify the <dfn id=event-resize title=event-resize><code>resize</code></dfn> and <dfn id=event-scroll title=event-scroll><code>scroll</code></dfn> events.</p>

</dd>


Expand Down Expand Up @@ -55284,7 +55284,7 @@ <h6 id=text-styles><span class=secno>4.12.4.2.5 </span>Text styles</h6>
attribute's allowed keywords correspond to alignment points in the
font:</p>

<p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like &Aacute;, &yuml;, f, and &ohm; are anchored, the ideographic baseline is where glyphs like " height=300>79C1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."&gt;</p>
<p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like &Aacute;, &yuml;, f, and &ohm; are anchored, the ideographic baseline is where glyphs like &#x79c1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300></p>

<p>The keywords map to these alignment points as follows:</p>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 8 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 9 January 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -3927,15 +3927,15 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><dfn id=serializing-a-css-value>Serializing a CSS value</dfn></li>
<li><dfn id=scroll-an-element-into-view>Scroll an element into view</dfn></li>
<li><dfn id=scroll-to-the-beginning-of-the-document>Scroll to the beginning of the document</dfn></li>
<li>The <dfn id=event-resize title=event-resize><code>resize</code></dfn> event</li>
<li>The <dfn id=event-scroll title=event-scroll><code>scroll</code></dfn> event</li>
</ul><p>The term <dfn id=css-styling-attribute>CSS styling attribute</dfn> is defined in the <cite>CSS Style Attributes</cite>
specification. <a href=#refsCSSATTR>[CSSATTR]</a></p>

<p>The <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object's use of fonts depends on the features
described in the CSS <cite>Fonts</cite> and <cite>Font Load Events</cite> specifications, including in particular
<dfn id=fontloader><code>FontLoader</code></dfn>. <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p>

<p>Some CSS specification will one day probably specify the <dfn id=event-resize title=event-resize><code>resize</code></dfn> and <dfn id=event-scroll title=event-scroll><code>scroll</code></dfn> events.</p>

</dd>


Expand Down Expand Up @@ -55284,7 +55284,7 @@ transform. ack Shaun Morris. --></div>
attribute's allowed keywords correspond to alignment points in the
font:</p>

<p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like &Aacute;, &yuml;, f, and &ohm; are anchored, the ideographic baseline is where glyphs like " height=300>79C1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."&gt;</p>
<p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like &Aacute;, &yuml;, f, and &ohm; are anchored, the ideographic baseline is where glyphs like &#x79c1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300></p>

<p>The keywords map to these alignment points as follows:</p>

Expand Down
6 changes: 2 additions & 4 deletions source
Expand Up @@ -2710,6 +2710,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><dfn>Serializing a CSS value</dfn></li>
<li><dfn>Scroll an element into view</dfn></li>
<li><dfn>Scroll to the beginning of the document</dfn></li>
<li>The <dfn data-x="event-resize"><code>resize</code></dfn> event</li>
<li>The <dfn data-x="event-scroll"><code>scroll</code></dfn> event</li>
</ul>

<p>The term <dfn>CSS styling attribute</dfn> is defined in the <cite>CSS Style Attributes</cite>
Expand All @@ -2720,10 +2722,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<dfn><code>FontLoader</code></dfn>. <a href="#refsCSSFONTS">[CSSFONTS]</a> <a
href="#refsCSSFONTLOAD">[CSSFONTLOAD]</a></p>

<p>Some CSS specification will one day probably specify the <dfn
data-x="event-resize"><code>resize</code></dfn> and <dfn
data-x="event-scroll"><code>scroll</code></dfn> events.</p>

</dd>


Expand Down

0 comments on commit 6392b12

Please sign in to comment.