Skip to content

Commit 14ecab9

Browse files
committed
fix html5 ref
1 parent 2dfb34e commit 14ecab9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

css3-regions/Overview.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,8 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
20762076
class=idl>getComputedStyle</code></a> <a href="#CSSOM"
20772077
rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a> methods on the <a
20782078
href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window"><code
2079-
class=idl>Window</code></a> interface [[!HTML]] with the following
2079+
class=idl>Window</code></a> interface <a href="#HTML5"
2080+
rel=biblioentry>[HTML5]<!--{{!HTML5}}--></a> with the following
20802081
exceptions. For the <a href="#css-region"><code
20812082
class=idl>Region</code></a> interface the <a
20822083
href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a>
@@ -3463,6 +3464,15 @@ <h3 class=no-num id=normative-references>Normative references</h3>
34633464
</dd>
34643465
<!---->
34653466

3467+
<dt id=HTML5>[HTML5]
3468+
3469+
<dd>Ian Hickson. <a
3470+
href="http://www.w3.org/TR/2011/WD-html5-20110525/"><cite>HTML5.</cite></a>
3471+
25 May 2011. W3C Working Draft. (Work in progress.) URL: <a
3472+
href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a>
3473+
</dd>
3474+
<!---->
3475+
34663476
<dt id=SELECT>[SELECT]
34673477

34683478
<dd>Tantek &#199;elik; et al. <a

css3-regions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ <h3 id="the-region-interface">The Region interface</h3>
18371837
methods on the Region interface work the same as the
18381838
<a href="http://dev.w3.org/csswg/cssom/#dom-window-getcomputedstyle"><code class="idl">getComputedStyle</code></a> [[!CSSOM]]
18391839
methods on the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window"><code class="idl">Window</code></a>
1840-
interface [[!HTML]] with the following exceptions.
1840+
interface [[!HTML5]] with the following exceptions.
18411841
For the <code class="idl">Region</code> interface
18421842
the <a href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a>
18431843
returned must include the result of

0 commit comments

Comments
 (0)