|
3 | 3 | Level: 1 |
4 | 4 | Shortname: css-scoping |
5 | 5 | Group: CSSWG |
6 | | -Status: ED |
7 | | -ED: http://dev.w3.org/csswg/shadow-styling |
| 6 | +Status: FPWD |
| 7 | +Date: 2014-04-03 |
| 8 | +TR: http://www.w3.org/TR/css-scoping-1/ |
| 9 | +ED: http://dev.w3.org/csswg/css-scoping/ |
8 | 10 | Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/ |
9 | 11 | Editor: Elika J Etemad, Invited Expert, http://fantasai.inkedblade.net/contact |
10 | 12 | Abstract: This specification defines various scoping/encapsulation mechanisms for CSS, including scoped styles and the ''@scope'' rule, Shadow DOM selectors, and page/region-based styling. |
@@ -670,21 +672,21 @@ Region-based Styling: the ''::region'' pseudo-element</h3> |
670 | 672 | <li><a href="http://www.w3.org/TR/CSS2/colors.html">color property</a></li> |
671 | 673 | <li><a href="http://www.w3.org/TR/css3-color/#transparency">opacity property</a></li> |
672 | 674 | <li><a href="http://www.w3.org/TR/css3-background/#backgrounds">background property</a></li> |
673 | | - <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-word-spacing">'word-spacing'</a></li> |
674 | | - <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-letter-spacing">'letter-spacing'</a></li> |
675 | | - <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-decoration">'text-decoration'</a></li> |
676 | | - <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-transform">'text-transform'</a></li> |
677 | | - <li><a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">'line-height'</a></li> |
| 675 | + <li>'word-spacing'</li> |
| 676 | + <li>'letter-spacing'</li> |
| 677 | + <li>'text-decoration'</li> |
| 678 | + <li>'text-transform'</li> |
| 679 | + <li>'line-height'</li> |
678 | 680 | <li><a href="http://www.w3.org/TR/css3-text/#justification">alignment and justification properties</a></li> |
679 | 681 | <li><a href="http://www.w3.org/TR/css3-background/#borders">border properties</a></li> |
680 | 682 | <li><a href="http://www.w3.org/TR/css3-background/#corners">rounded corner properties</a></li> |
681 | 683 | <li><a href="http://www.w3.org/TR/css3-background/#border-images">border images properties</a></li> |
682 | 684 | <li><a href="http://www.w3.org/TR/CSS2/box.html#margin-properties">margin properties</a></li> |
683 | 685 | <li><a href="http://www.w3.org/TR/CSS2/box.html#padding-properties">padding properties</a></li> |
684 | | - <li><a href="http://www.w3.org/TR/css3-text/#text-shadow">'text-shadow' property</a></li> |
685 | | - <li><a href="http://www.w3.org/TR/css3-background/#the-box-shadow">'box-shadow' property</a></li> |
686 | | - <li><a href="http://www.w3.org/TR/css3-background/#the-box-decoration-break">'box-decoration-break' property</a></li> |
687 | | - <li><a href="http://www.w3.org/TR/CSS2/visudet.html#the-width-property">'width' property</a></li> |
| 686 | + <li>'text-shadow'</li> |
| 687 | + <li>'box-shadow'</li> |
| 688 | + <li>'box-decoration-break'</li> |
| 689 | + <li>'width'</li> |
688 | 690 | </ol> |
689 | 691 |
|
690 | 692 | <div class="example" id="region-style-example"> |
@@ -719,8 +721,7 @@ Region-based Styling: the ''::region'' pseudo-element</h3> |
719 | 721 | <div id="region_styling_illustration"> |
720 | 722 | <img id="region_styling_img_2" src="images/region-styling-2.png" |
721 | 723 | alt= |
722 | | - "Example showing how a named flow content fits into regions to illustrate region styling." |
723 | | - name="region_styling_img_2"> |
| 724 | + "Example showing how a named flow content fits into regions to illustrate region styling."> |
724 | 725 |
|
725 | 726 | <ul class="swatch-list"> |
726 | 727 | <li><span class="swatch" style= |
|
0 commit comments