Skip to content

Commit 91ca252

Browse files
committed
fixing links
1 parent 2b80c28 commit 91ca252

2 files changed

Lines changed: 57 additions & 61 deletions

File tree

css3-regions/Overview.html

Lines changed: 39 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838

3939
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
4040

41-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2012</h2>
41+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 August 2012</h2>
4242

4343
<dl>
4444
<dt>This version:
4545

4646
<dd><a
47-
href="http://www.w3.org/TR/2012/ED-css3-regions-20120816/">http://www.w3.org/csswg/css3-regions</a>
47+
href="http://www.w3.org/TR/2012/ED-css3-regions-20120821/">http://www.w3.org/csswg/css3-regions</a>
4848

4949
<dt>Latest version:
5050

@@ -1998,10 +1998,10 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
19981998
href="#">Range</a>&gt;? <a
19991999
href="#dom-region-getregionflowranges">getRegionFlowRanges()</a>;
20002000
<a
2001-
href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a> <a
2001+
href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a> <a
20022002
href="#dom-region-getComputedRegionStyle">getComputedRegionStyle</a>(Element elt);
20032003
<a
2004-
href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a> <a
2004+
href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a> <a
20052005
href="#dom-region-getComputedRegionStyle">getComputedRegionStyle</a>(Element elt, DOMString pseudoElt);
20062006
};
20072007

@@ -2079,19 +2079,19 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
20792079
<p>The <dfn
20802080
id=dom-region-getComputedRegionStyle>getComputedRegionStyle</dfn> methods
20812081
on the Region interface work the same as the <a
2082-
href="http://dev.w3.org/csswg/cssom/#dom-window-getcomputedstyle"><code
2082+
href="http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface"><code
20832083
class=idl>getComputedStyle</code></a> <a href="#CSSOM"
20842084
rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a> methods on the <a
20852085
href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window"><code
20862086
class=idl>Window</code></a> interface <a href="#HTML5"
20872087
rel=biblioentry>[HTML5]<!--{{!HTML5}}--></a> with the following
20882088
exceptions. For the <a href="#css-region"><code
20892089
class=idl>Region</code></a> interface the <a
2090-
href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a>
2090+
href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a>
20912091
returned must include the result of <a
20922092
href="#the-at-region-style-rule">region styling</a>. If the element is
20932093
fragmented across region boundaries, the <a
2094-
href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a>
2094+
href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a>
20952095
returned must apply only to the fragment that flows through the <span>CSS
20962096
Region</span>. The method returns null if the <a
20972097
href="#css-region">region</a> object is not (or no longer) a region.
@@ -2101,7 +2101,7 @@ <h3 id=the-region-interface><span class=secno>6.2. </span>The Region
21012101
the method returns the <a href="#the-at-region-style-rule">region
21022102
styling</a> that would apply to the element if it were contained in the
21032103
<span>CSS Region</span> (following how <a
2104-
href="http://dev.w3.org/csswg/cssom/#dom-window-getcomputedstyle"><code
2104+
href="http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface"><code
21052105
class=idl>getComputedStyle</code></a> works with elements not contained
21062106
in the window's document).</p>
21072107
</div>
@@ -2120,12 +2120,12 @@ <h3 id=region-style-rule-interface><span class=secno>6.3. </span>The
21202120
<p>The CSSRegionStyleRule interface represents an ‘<a
21212121
href="#css-region"><code class=css>@region</code></a>’ rule in a CSS
21222122
style sheet. This rule type is added to the <a
2123-
href="http://dev.w3.org/csswg/cssom/#cssrule"><code>CSSRule</code></a> <a
2124-
href="#CSSOM" rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a> interface.
2123+
href="http://dev.w3.org/csswg/cssom/#the-cssrule-interface"><code>CSSRule</code></a>
2124+
<a href="#CSSOM" rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a> interface.
21252125

21262126
<pre class=idl>
21272127
partial interface <a
2128-
href="http://dev.w3.org/csswg/cssom/#cssrule">CSSRule</a> {
2128+
href="http://dev.w3.org/csswg/cssom/#the-cssrule-interface">CSSRule</a> {
21292129
const unsigned short <a
21302130
href="#region-style-rule-const">REGION_STYLE_RULE</a> = 16;
21312131
};
@@ -2139,11 +2139,11 @@ <h3 id=region-style-rule-interface><span class=secno>6.3. </span>The
21392139

21402140
<pre class=idl>
21412141
interface CSSRegionStyleRule : <a
2142-
href="http://dev.w3.org/csswg/cssom/#cssrule">CSSRule</a> {
2142+
href="http://dev.w3.org/csswg/cssom/#the-cssrule-interface">CSSRule</a> {
21432143
attribute DOMString <a
21442144
href="#region-style-rule-selectorText">selectorText</a>;
21452145
readonly attribute <a
2146-
href="http://dev.w3.org/csswg/cssom/#cssrulelist">CSSRuleList</a> <a
2146+
href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence">CSSRuleList</a> <a
21472147
href="#region-style-rule-cssRules">cssRules</a>;
21482148
unsigned long <a
21492149
href="#region-style-rule-insertRule">insertRule</a>(DOMString rule, unsigned long index)
@@ -2159,12 +2159,12 @@ <h3 id=region-style-rule-interface><span class=secno>6.3. </span>The
21592159
<p>The <dfn id=region-style-rule-selectorText> <code
21602160
class=idl>selectorText</code></dfn> attribute gets and sets the associated
21612161
selector as defined in section <a
2162-
href="http://dev.w3.org/csswg/cssom/#dom-cssstylerule-selectortext">6.4.3</a>
2162+
href="http://dev.w3.org/csswg/cssom/#widl-CSSStyleRule-selectorText">6.4.3</a>
21632163
of <a href="#CSSOM" rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a>.
21642164

21652165
<p>The <dfn id=region-style-rule-cssRules> <code
21662166
class=idl>cssRules</code></dfn> attribute must return a <a
2167-
href="http://dev.w3.org/csswg/cssom/#cssrulelist"><code>CSSRuleList</code></a>
2167+
href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence"><code>CSSRuleList</code></a>
21682168
<a href="#CSSOM" rel=biblioentry>[CSSOM]<!--{{!CSSOM}}--></a> object for
21692169
the list of <a
21702170
href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code
@@ -2175,7 +2175,7 @@ <h3 id=region-style-rule-interface><span class=secno>6.3. </span>The
21752175
href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code
21762176
class=idl>CSSStyleRule</code></a> into the region style block before the
21772177
specified index. If the index is equal to the length of the <a
2178-
href="http://dev.w3.org/csswg/cssom/#cssrulelist"><code>CSSRuleList</code></a>
2178+
href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence"><code>CSSRuleList</code></a>
21792179
the <a
21802180
href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code
21812181
class=idl>CSSStyleRule</code></a> is inserted at the end of the list.
@@ -2204,7 +2204,7 @@ <h3 id=region-style-rule-interface><span class=secno>6.3. </span>The
22042204
class=idl>deleteRule(index)</code></dfn> method deletes the <a
22052205
href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code
22062206
class=idl>CSSStyleRule</code></a> in the <a
2207-
href="http://dev.w3.org/csswg/cssom/#cssrulelist"><code>CSSRuleList</code></a>
2207+
href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence"><code>CSSRuleList</code></a>
22082208
at the specified index.
22092209

22102210
<p>Possible exception:
@@ -2257,7 +2257,7 @@ <h3 id=region-flow-layout-events><span class=secno>6.4. </span>Region flow
22572257
<th>Interface
22582258

22592259
<td><code><a
2260-
href="http://www.w3.org/TR/DOM-Level-3-Events/#webidl-events-UIEvent">UIEvent</a></code>
2260+
href="http://www.w3.org/TR/DOM-Level-3-Events/#events-UIEvent">UIEvent</a></code>
22612261
(see <a href="#DOM-LEVEL-3-EVENTS"
22622262
rel=biblioentry>[DOM-LEVEL-3-EVENTS]<!--{{!DOM-LEVEL-3-EVENTS}}--></a>)
22632263

@@ -3246,13 +3246,13 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
32463246
during its development and specification review process:
32473247

32483248
<p>Rossen Atanassov, Tab Atkins, Mihai Balan, Andrei Bucur, Razvan Caliman,
3249-
Alexandru Chiculita, Phil Cupp, Arron Eicholz, John Jansen, Daniel
3250-
Glazman, Arno Gourdol, David Hyatt, Brian Heuston, Ian Hickson, Jonathan
3251-
Hoersch, Michael Jolson, Brad Kemper, Håkon Wium Lie, Markus Mielke,
3252-
Robert O'Callahan, Edward O'Connor, Mihnea Ovidenie, Virgil Palanciuc,
3253-
Olga Popiv, Christoph Päper, Anton Prowse, Peter Sorotokin, Christian
3254-
Stockwell, Eugene Veselov, Boris Zbarsky, Stephen Zilles and the CSS
3255-
Working Group members.
3249+
Alexandru Chiculita, Phil Cupp, Arron Eicholz, John Jansen, Dimitri
3250+
Glazkov, Daniel Glazman, Arno Gourdol, David Hyatt, Brian Heuston, Ian
3251+
Hickson, Jonathan Hoersch, Michael Jolson, Brad Kemper, Håkon Wium Lie,
3252+
Markus Mielke, Robert O'Callahan, Edward O'Connor, Mihnea Ovidenie, Virgil
3253+
Palanciuc, Olga Popiv, Christoph Päper, Anton Prowse, Peter Sorotokin,
3254+
Christian Stockwell, Eugene Veselov, Boris Zbarsky, Stephen Zilles and the
3255+
CSS Working Group members.
32563256

32573257
<h2 class=no-num id=intro-example-code>Appendix A. Example Code for
32583258
Introduction</h2>
@@ -3683,26 +3683,21 @@ <h2 class=no-num id=index>Index</h2>
36833683
<h2 class=no-num id=property-index>Property index</h2>
36843684
<!-- template markup for issues pulled from Bugzilla -->
36853685
<!-- template markup for issues pulled from Bugzilla -->
3686-
<script id=issue-template type="text/template">
3687-
</script>
3688-
3689-
<div class=issue-marker data-bug_id="{{bug_id}}"
3690-
data-bug_status="{{bug_status}}"> <a
3691-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Issue-{{bug_id}}</a>
3692-
3693-
<div class=issue-details>
3694-
<p class=short-desc>{{short_desc}}</p>
3695-
</div>
3696-
</div>
3697-
<script src="../shared/scripts/BugzillaTrackerUtil.js"
3698-
type="text/javascript"></script>
3699-
<script src="../shared/scripts/BugzillaTracker.js"
3700-
type="text/javascript"></script>
3701-
<script type="text/javascript">
3702-
checkSpecificationIssues(</script>
3686+
<!-- <script type="text/template" id="issue-template">
3687+
<div class="issue-marker" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
3688+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Issue-{{bug_id}}</a>
3689+
<div class="issue-details">
3690+
<p class="short-desc">{{short_desc}}</p>
3691+
</div>
3692+
</div>
3693+
</script>
37033694
3704-
<p><code class=property>CSS</code>’, ‘<a href="#css-region"><code
3705-
class=property>Regions</code></a>’);
3695+
<script type="text/javascript" src="../shared/scripts/BugzillaTrackerUtil.js"></script>
3696+
<script type="text/javascript" src="../shared/scripts/BugzillaTracker.js"></script>
3697+
<script type="text/javascript">
3698+
checkSpecificationIssues('CSS', 'Regions');
3699+
</script>
3700+
-->
37063701
</html>
37073702
<!-- Keep this comment at the end of the file
37083703
Local variables:

css3-regions/Overview.src.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,8 +1787,8 @@ <h3 id="the-region-interface">The Region interface</h3>
17871787
readonly attribute DOMString <a href="#dom-region-regionoverset">regionOverset</a>;
17881788
sequence&lt;<a href="#">Range</a>&gt;? <a href=
17891789
"#dom-region-getregionflowranges">getRegionFlowRanges()</a>;
1790-
<a href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-region-getComputedRegionStyle">getComputedRegionStyle</a>(Element elt);
1791-
<a href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-region-getComputedRegionStyle">getComputedRegionStyle</a>(Element elt, DOMString pseudoElt);
1790+
<a href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a> <a href="#dom-region-getComputedRegionStyle">getComputedRegionStyle</a>(Element elt);
1791+
<a href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a> <a href="#dom-region-getComputedRegionStyle">getComputedRegionStyle</a>(Element elt, DOMString pseudoElt);
17921792
};
17931793

17941794
Element implements Region;</pre>
@@ -1881,15 +1881,15 @@ <h3 id="the-region-interface">The Region interface</h3>
18811881

18821882
<p>The <dfn id="dom-region-getComputedRegionStyle">getComputedRegionStyle</dfn>
18831883
methods on the Region interface work the same as the
1884-
<a href="http://dev.w3.org/csswg/cssom/#dom-window-getcomputedstyle"><code class="idl">getComputedStyle</code></a> [[!CSSOM]]
1884+
<a href="http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface"><code class="idl">getComputedStyle</code></a> [[!CSSOM]]
18851885
methods on the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window"><code class="idl">Window</code></a>
18861886
interface [[!HTML5]] with the following exceptions.
18871887
For the <code class="idl">Region</code> interface
1888-
the <a href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a>
1888+
the <a href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a>
18891889
returned must include the result of
18901890
<a href="#the-at-region-style-rule">region styling</a>.
18911891
If the element is fragmented across region boundaries,
1892-
the <a href="http://dev.w3.org/csswg/cssom/#cssstyledeclaration">CSSStyleDeclaration</a> returned must apply only
1892+
the <a href="http://dev.w3.org/csswg/cssom/#the-cssstyledeclaration-interface">CSSStyleDeclaration</a> returned must apply only
18931893
to the fragment that flows through
18941894
the <span>CSS Region</span>.
18951895
The method returns null
@@ -1903,7 +1903,7 @@ <h3 id="the-region-interface">The Region interface</h3>
19031903
the <a href="#the-at-region-style-rule">region styling</a>
19041904
that would apply to the element
19051905
if it were contained in the <span>CSS Region</span>
1906-
(following how <a href="http://dev.w3.org/csswg/cssom/#dom-window-getcomputedstyle"><code class="idl">getComputedStyle</code></a> works
1906+
(following how <a href="http://dev.w3.org/csswg/cssom/#extensions-to-the-window-interface"><code class="idl">getComputedStyle</code></a> works
19071907
with elements not contained
19081908
in the window's document).</p>
19091909
</div>
@@ -1926,20 +1926,20 @@ <h3 id="region-style-rule-interface">The CSSRegionStyleRule interface</h3>
19261926
an '@region' rule
19271927
in a CSS style sheet.
19281928
This rule type is added
1929-
to the <a href="http://dev.w3.org/csswg/cssom/#cssrule"><code>CSSRule</code></a> [[!CSSOM]] interface.</p>
1929+
to the <a href="http://dev.w3.org/csswg/cssom/#the-cssrule-interface"><code>CSSRule</code></a> [[!CSSOM]] interface.</p>
19301930

19311931
<pre class="idl">
1932-
partial interface <a href="http://dev.w3.org/csswg/cssom/#cssrule">CSSRule</a> {
1932+
partial interface <a href="http://dev.w3.org/csswg/cssom/#the-cssrule-interface">CSSRule</a> {
19331933
const unsigned short <a href="#region-style-rule-const">REGION_STYLE_RULE</a> = 16;
19341934
};
19351935
</pre>
19361936
<dt><dfn id="region-style-rule-const">REGION_STYLE_RULE</dfn></dt>
19371937
<dd>The rule is a CSSRegionStyleRule</dd>
19381938

19391939
<pre class="idl">
1940-
interface CSSRegionStyleRule : <a href="http://dev.w3.org/csswg/cssom/#cssrule">CSSRule</a> {
1940+
interface CSSRegionStyleRule : <a href="http://dev.w3.org/csswg/cssom/#the-cssrule-interface">CSSRule</a> {
19411941
attribute DOMString <a href="#region-style-rule-selectorText">selectorText</a>;
1942-
readonly attribute <a href="http://dev.w3.org/csswg/cssom/#cssrulelist">CSSRuleList</a> <a href="#region-style-rule-cssRules">cssRules</a>;
1942+
readonly attribute <a href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence">CSSRuleList</a> <a href="#region-style-rule-cssRules">cssRules</a>;
19431943
unsigned long <a href="#region-style-rule-insertRule">insertRule</a>(DOMString rule, unsigned long index)
19441944
raises(<a href="http://www.w3.org/TR/dom/#exception-domexception">DOMException</a>);
19451945
void <a href="#region-style-rule-deleteRule">deleteRule</a>(unsigned long index)
@@ -1951,12 +1951,12 @@ <h3 id="region-style-rule-interface">The CSSRegionStyleRule interface</h3>
19511951
<code class="idl">selectorText</code></dfn>
19521952
attribute gets and sets
19531953
the associated selector
1954-
as defined in section <a href="http://dev.w3.org/csswg/cssom/#dom-cssstylerule-selectortext">6.4.3</a> of [[!CSSOM]].
1954+
as defined in section <a href="http://dev.w3.org/csswg/cssom/#widl-CSSStyleRule-selectorText">6.4.3</a> of [[!CSSOM]].
19551955

19561956
<p>The <dfn id="region-style-rule-cssRules">
19571957
<code class="idl">cssRules</code></dfn>
19581958
attribute must return a
1959-
<a href="http://dev.w3.org/csswg/cssom/#cssrulelist"><code>CSSRuleList</code></a> [[!CSSOM]]
1959+
<a href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence"><code>CSSRuleList</code></a> [[!CSSOM]]
19601960
object for the list of
19611961
<a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code class="idl">CSSStyleRules</code></a>
19621962
specified in the region style block.</p>
@@ -1968,7 +1968,7 @@ <h3 id="region-style-rule-interface">The CSSRegionStyleRule interface</h3>
19681968
into the region style block
19691969
before the specified index.
19701970
If the index is equal to the length
1971-
of the <a href="http://dev.w3.org/csswg/cssom/#cssrulelist"><code>CSSRuleList</code></a> the
1971+
of the <a href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence"><code>CSSRuleList</code></a> the
19721972
<a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code class="idl">CSSStyleRule</code></a>
19731973
is inserted at the end of the list.</p>
19741974

@@ -1988,7 +1988,7 @@ <h3 id="region-style-rule-interface">The CSSRegionStyleRule interface</h3>
19881988
<p>The <dfn id="region-style-rule-deleteRule">
19891989
<code class="idl">deleteRule(index)</code></dfn>
19901990
method deletes the <a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleRule"><code class="idl">CSSStyleRule</code></a>
1991-
in the <a href="http://dev.w3.org/csswg/cssom/#cssrulelist"><code>CSSRuleList</code></a>
1991+
in the <a href="http://dev.w3.org/csswg/cssom/#the-cssrulelist-sequence"><code>CSSRuleList</code></a>
19921992
at the specified index.</p>
19931993

19941994
<p>Possible exception:</p>
@@ -2030,7 +2030,7 @@ <h3 id="region-flow-layout-events">Region flow layout events</h3>
20302030
<table class="event-desc" border="0" summary="This table contains information about the semantics of the given event type" cellpadding="2" cellspacing="0">
20312031
<tbody><tr class="assert must"><th>Type</th>
20322032
<td class="eventname"><strong><code>regionLayoutUpdate</code></strong></td></tr>
2033-
<tr class="assert must"><th>Interface</th> <td><code><a href="http://www.w3.org/TR/DOM-Level-3-Events/#webidl-events-UIEvent">UIEvent</a></code> (see [[!DOM-LEVEL-3-EVENTS]])</td></tr>
2033+
<tr class="assert must"><th>Interface</th> <td><code><a href="http://www.w3.org/TR/DOM-Level-3-Events/#events-UIEvent">UIEvent</a></code> (see [[!DOM-LEVEL-3-EVENTS]])</td></tr>
20342034
<tr class="assert must"><th>Sync / Async</th> <td>Async</td></tr>
20352035
<tr class="assert must"><th>Bubbles</th> <td>No</td></tr>
20362036
<tr class="assert must"><th>Target</th> <td><a href="#dom-named-flow"><code class="idl">NamedFlow</code></a></td></tr>
@@ -2663,6 +2663,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
26632663
Phil Cupp,
26642664
Arron Eicholz,
26652665
John Jansen,
2666+
Dimitri Glazkov,
26662667
Daniel Glazman,
26672668
Arno Gourdol,
26682669
David Hyatt,
@@ -2802,7 +2803,7 @@ <h2 class="no-num" id="index">Index</h2><!--index-->
28022803
<h2 class="no-num" id="property-index">Property index</h2>
28032804

28042805
<!-- template markup for issues pulled from Bugzilla --> <!-- template markup for issues pulled from Bugzilla -->
2805-
<script type="text/template" id="issue-template">
2806+
<!-- <script type="text/template" id="issue-template">
28062807
<div class="issue-marker" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
28072808
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Issue-{{bug_id}}</a>
28082809
<div class="issue-details">
@@ -2816,7 +2817,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
28162817
<script type="text/javascript">
28172818
checkSpecificationIssues('CSS', 'Regions');
28182819
</script>
2819-
2820+
-->
28202821

28212822
</body>
28222823
</html>

0 commit comments

Comments
 (0)