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 > >? < 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 >
21272127partial 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 >
21412141interface 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
37083703Local variables:
0 commit comments