11
11
12
12
< meta content ="CSS Overflow Module Level 3 " name =dcterms.title >
13
13
< meta content =text name =dcterms.type >
14
- < meta content =2014-01-28 name =dcterms.date >
14
+ < meta content =2014-02-10 name =dcterms.date >
15
15
< meta content ="L. David Baron " name =dcterms.creator >
16
16
< meta content =W3C name =dcterms.publisher >
17
17
< meta content ="http://dev.w3.org/csswg/css-overflow-3/ "
127
127
128
128
< h1 > CSS Overflow Module Level 3</ h1 >
129
129
130
- < h2 class ="no-num no-toc "> Editor's Draft 28 January 2014</ h2 >
130
+ < h2 class ="no-num no-toc "> Editor's Draft 10 February 2014</ h2 >
131
131
132
132
< dl >
133
133
< dt > This version:
@@ -408,7 +408,7 @@ <h3 id=ink-overflow><span class=secno>2.1. </span>Ink overflow</h3>
408
408
409
409
< p > Since some effects in CSS (for example, the blurs in ‘< code
410
410
class =property > text-shadow</ code > ’ < a
411
- href ="#ref-CSS3TEXT "> [CSS3TEXT ]<!--{{CSS3TEXT }}--> </ a > and ‘< code
411
+ href ="#ref-CSS-TEXT-3 "> [CSS-TEXT-3 ]<!--{{CSS-TEXT-3 }}--> </ a > and ‘< code
412
412
class =property > box-shadow</ code > ’ < a
413
413
href ="#ref-CSS3BG "> [CSS3BG]<!--{{CSS3BG}}--> </ a > ) do not define what
414
414
visual extent they cover, the extent of the < a
@@ -497,6 +497,10 @@ <h3 id=scrollable-overflow><span class=secno>2.2. </span>Scrollable
497
497
< p class =issue > I wrote this definition off the top of my head, so it can't
498
498
possibly be right. It's missing tons of pieces!
499
499
500
+ < p class =issue > The handling of preserve-3d subtrees here is probably
501
+ wrong; the elements should probably count only towards the overflow of the
502
+ element that flattens them.
503
+
500
504
< p > The < dfn id =scrollable-overflow-region > scrollable overflow region</ dfn >
501
505
is the non-rectangular region occupied by the < a
502
506
href ="#scrollable-overflow0 "> < i > scrollable overflow</ i > </ a > , and the < dfn
@@ -571,7 +575,7 @@ <h2 id=overflow-properties><span class=secno>3. </span>Overflow properties</h2>
571
575
flex containers < a
572
576
href ="#ref-CSS3-FLEXBOX "> [CSS3-FLEXBOX]<!--{{!CSS3-FLEXBOX}}--> </ a > ,
573
577
and grid containers < a
574
- href ="#ref-CSS3 -GRID-LAYOUT "> [CSS3 -GRID-LAYOUT ]<!--{{!CSS3 -GRID-LAYOUT }}--> </ a >
578
+ href ="#ref-CSS -GRID-1 "> [CSS -GRID-1 ]<!--{{!CSS -GRID-1 }}--> </ a >
575
579
576
580
< tr >
577
581
< th > Inherited:
@@ -637,7 +641,7 @@ <h2 id=overflow-properties><span class=secno>3. </span>Overflow properties</h2>
637
641
flex containers < a
638
642
href ="#ref-CSS3-FLEXBOX "> [CSS3-FLEXBOX]<!--{{!CSS3-FLEXBOX}}--> </ a > ,
639
643
and grid containers < a
640
- href ="#ref-CSS3 -GRID-LAYOUT "> [CSS3 -GRID-LAYOUT ]<!--{{!CSS3 -GRID-LAYOUT }}--> </ a >
644
+ href ="#ref-CSS -GRID-1 "> [CSS -GRID-1 ]<!--{{!CSS -GRID-1 }}--> </ a >
641
645
642
646
< tr >
643
647
< th > Inherited:
@@ -725,15 +729,15 @@ <h2 id=overflow-properties><span class=secno>3. </span>Overflow properties</h2>
725
729
href ="#fragmenting-values "> < i > fragmenting values</ i > </ a > , then:
726
730
< ol >
727
731
< li > for horizontal writing mode < a
728
- href ="#ref-CSS3 -WRITING-MODES "> [CSS3 -WRITING-MODES]<!--{{!CSS3 -WRITING-MODES}}--> </ a > ,
732
+ href ="#ref-CSS -WRITING-MODES-3 "> [CSS -WRITING-MODES-3 ]<!--{{!CSS -WRITING-MODES-3 }}--> </ a > ,
729
733
the computed value for ‘< a href ="#overflow-y "> < code
730
734
class =css > overflow-y</ code > </ a > ’ is the cascaded value and the
731
735
computed value for ‘< a href ="#overflow-x "> < code
732
736
class =css > overflow-x</ code > </ a > ’ is ‘< a href ="#hidden "> < code
733
737
class =css > hidden</ code > </ a > ’, or
734
738
735
739
< li > for vertical writing mode < a
736
- href ="#ref-CSS3 -WRITING-MODES "> [CSS3 -WRITING-MODES]<!--{{!CSS3 -WRITING-MODES}}--> </ a > ,
740
+ href ="#ref-CSS -WRITING-MODES-3 "> [CSS -WRITING-MODES-3 ]<!--{{!CSS -WRITING-MODES-3 }}--> </ a > ,
737
741
the computed value for ‘< a href ="#overflow-x "> < code
738
742
class =css > overflow-x</ code > </ a > ’ is the cascaded value and the
739
743
computed value for ‘< a href ="#overflow-y "> < code
@@ -919,8 +923,8 @@ <h2 id=fragment-overflow><span class=secno>6. </span>Fragment overflow</h2>
919
923
in cases where the layout containing the fragments has characteristics
920
924
that use the intrinsic size of the fragments to change the amount of space
921
925
available for them, such as < a
922
- href ="#ref-CSS3 -GRID-LAYOUT "> [CSS3 -GRID-LAYOUT ]<!--{{CSS3 -GRID-LAYOUT }}--> </ a > .
923
- There has already been some work on such a processing model in < a
926
+ href ="#ref-CSS -GRID-1 "> [CSS -GRID-1 ]<!--{{CSS -GRID-1 }}--> </ a > . There has
927
+ already been some work on such a processing model in < a
924
928
href ="#ref-CSS3-REGIONS "> [CSS3-REGIONS]<!--{{CSS3-REGIONS}}--> </ a > , and
925
929
the work done on a model there, and the editors of that specification,
926
930
should inform what happens in this specification.
@@ -1619,6 +1623,26 @@ <h3 class=no-num id=normative-references> Normative references</h3>
1619
1623
1620
1624
< dl class =bibliography > <!---->
1621
1625
1626
+ < dt id =CSS-GRID-1 > [CSS-GRID-1]
1627
+
1628
+ < dd > Tab Atkins Jr.; fantasai; Rossen Atanassov. < a
1629
+ href ="http://www.w3.org/TR/2014/WD-css-grid-1-20140123/ "> < cite > CSS Grid
1630
+ Layout Module Level 1.</ cite > </ a > 23 January 2014. W3C Working Draft.
1631
+ (Work in progress.) URL: < a
1632
+ href ="http://www.w3.org/TR/2014/WD-css-grid-1-20140123/ "> http://www.w3.org/TR/2014/WD-css-grid-1-20140123/</ a >
1633
+ </ dd >
1634
+ <!---->
1635
+
1636
+ < dt id =CSS-WRITING-MODES-3 > [CSS-WRITING-MODES-3]
1637
+
1638
+ < dd > fantasai; Koji Ishii. < a
1639
+ href ="http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/ "> < cite > CSS
1640
+ Writing Modes Level 3.</ cite > </ a > 26 November 2013. W3C Last Call Working
1641
+ Draft. (Work in progress.) URL: < a
1642
+ href ="http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/ "> http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/</ a >
1643
+ </ dd >
1644
+ <!---->
1645
+
1622
1646
< dt id =CSS21 > [CSS21]
1623
1647
1624
1648
< dd > Bert Bos; et al. < a
@@ -1632,10 +1656,10 @@ <h3 class=no-num id=normative-references> Normative references</h3>
1632
1656
< dt id =CSS3-BREAK > [CSS3-BREAK]
1633
1657
1634
1658
< dd > Rossen Atanassov; Elika J. Etemad. < a
1635
- href ="http://www.w3.org/TR/2012 /WD-css3-break-20120823 / "> < cite > CSS
1636
- Fragmentation Module Level 3.</ cite > </ a > 23 August 2012 . W3C Working
1659
+ href ="http://www.w3.org/TR/2014 /WD-css3-break-20140116 / "> < cite > CSS
1660
+ Fragmentation Module Level 3.</ cite > </ a > 16 January 2014 . W3C Working
1637
1661
Draft. (Work in progress.) URL: < a
1638
- href ="http://www.w3.org/TR/2012 /WD-css3-break-20120823 / "> http://www.w3.org/TR/2012 /WD-css3-break-20120823 /</ a >
1662
+ href ="http://www.w3.org/TR/2014 /WD-css3-break-20140116 / "> http://www.w3.org/TR/2014 /WD-css3-break-20140116 /</ a >
1639
1663
</ dd >
1640
1664
<!---->
1641
1665
@@ -1649,16 +1673,6 @@ <h3 class=no-num id=normative-references> Normative references</h3>
1649
1673
</ dd >
1650
1674
<!---->
1651
1675
1652
- < dt id =CSS3-GRID-LAYOUT > [CSS3-GRID-LAYOUT]
1653
-
1654
- < dd > Tab Atkins Jr.; fantasai; Rossen Atanassov. < a
1655
- href ="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/ "> < cite > CSS
1656
- Grid Layout Module Level 1.</ cite > </ a > 10 September 2013. W3C Working
1657
- Draft. (Work in progress.) URL: < a
1658
- href ="http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/ "> http://www.w3.org/TR/2013/WD-css3-grid-layout-20130910/</ a >
1659
- </ dd >
1660
- <!---->
1661
-
1662
1676
< dt id =CSS3-TRANSFORMS > [CSS3-TRANSFORMS]
1663
1677
1664
1678
< dd > Simon Fraser; et al. < a
@@ -1669,16 +1683,6 @@ <h3 class=no-num id=normative-references> Normative references</h3>
1669
1683
</ dd >
1670
1684
<!---->
1671
1685
1672
- < dt id =CSS3-WRITING-MODES > [CSS3-WRITING-MODES]
1673
-
1674
- < dd > Elika J. Etemad; Koji Ishii. < a
1675
- href ="http://www.w3.org/TR/2012/WD-css3-writing-modes-20121115/ "> < cite > CSS
1676
- Writing Modes Module Level 3.</ cite > </ a > 15 November 2012. W3C Working
1677
- Draft. (Work in progress.) URL: < a
1678
- href ="http://www.w3.org/TR/2012/WD-css3-writing-modes-20121115/ "> http://www.w3.org/TR/2012/WD-css3-writing-modes-20121115/</ a >
1679
- </ dd >
1680
- <!---->
1681
-
1682
1686
< dt id =CSS3CASCADE > [CSS3CASCADE]
1683
1687
1684
1688
< dd > Håkon Wium Lie; fantasai; Tab Atkins Jr. < a
@@ -1725,6 +1729,16 @@ <h3 class=no-num id=other-references> Other references</h3>
1725
1729
1726
1730
< dl class =bibliography > <!---->
1727
1731
1732
+ < dt id =CSS-TEXT-3 > [CSS-TEXT-3]
1733
+
1734
+ < dd > Elika J. Etemad; Koji Ishii. < a
1735
+ href ="http://www.w3.org/TR/2013/WD-css-text-3-20131010/ "> < cite > CSS Text
1736
+ Module Level 3.</ cite > </ a > 10 October 2013. W3C Last Call Working Draft.
1737
+ (Work in progress.) URL: < a
1738
+ href ="http://www.w3.org/TR/2013/WD-css-text-3-20131010/ "> http://www.w3.org/TR/2013/WD-css-text-3-20131010/</ a >
1739
+ </ dd >
1740
+ <!---->
1741
+
1728
1742
< dt id =CSS1 > [CSS1]
1729
1743
1730
1744
< dd > Håkon Wium Lie; Bert Bos. < a
@@ -1758,10 +1772,10 @@ <h3 class=no-num id=other-references> Other references</h3>
1758
1772
< dt id =CSS3BG > [CSS3BG]
1759
1773
1760
1774
< dd > Bert Bos; Elika J. Etemad; Brad Kemper. < a
1761
- href ="http://www.w3.org/TR/2012/CR -css3-background-20120724 / "> < cite > CSS
1762
- Backgrounds and Borders Module Level 3.</ cite > </ a > 24 July 2012 . W3C
1763
- Candidate Recommendation . (Work in progress.) URL: < a
1764
- href ="http://www.w3.org/TR/2012/CR -css3-background-20120724 / "> http://www.w3.org/TR/2012/CR -css3-background-20120724 /</ a >
1775
+ href ="http://www.w3.org/TR/2014/WD -css3-background-20140204 / "> < cite > CSS
1776
+ Backgrounds and Borders Module Level 3.</ cite > </ a > 4 February 2014 . W3C
1777
+ Last Call Working Draft . (Work in progress.) URL: < a
1778
+ href ="http://www.w3.org/TR/2014/WD -css3-background-20140204 / "> http://www.w3.org/TR/2014/WD -css3-background-20140204 /</ a >
1765
1779
</ dd >
1766
1780
<!---->
1767
1781
@@ -1793,16 +1807,6 @@ <h3 class=no-num id=other-references> Other references</h3>
1793
1807
href ="http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/ "> http://www.w3.org/TR/2011/WD-css3-gcpm-20111129/</ a >
1794
1808
</ dd >
1795
1809
<!---->
1796
-
1797
- < dt id =CSS3TEXT > [CSS3TEXT]
1798
-
1799
- < dd > Elika J. Etemad; Koji Ishii. < a
1800
- href ="http://www.w3.org/TR/2012/WD-css3-text-20121113/ "> < cite > CSS Text
1801
- Module Level 3.</ cite > </ a > 13 November 2012. W3C Working Draft. (Work in
1802
- progress.) URL: < a
1803
- href ="http://www.w3.org/TR/2012/WD-css3-text-20121113/ "> http://www.w3.org/TR/2012/WD-css3-text-20121113/</ a >
1804
- </ dd >
1805
- <!---->
1806
1810
</ dl >
1807
1811
<!--end-informative-->
1808
1812
@@ -1950,7 +1954,7 @@ <h2 class=no-num id=property-index> Property index</h2>
1950
1954
< td > see individual properties
1951
1955
1952
1956
< td > block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid
1953
- containers [CSS3 -GRID-LAYOUT ]
1957
+ containers [CSS -GRID-1 ]
1954
1958
1955
1959
< td > no
1956
1960
@@ -1967,7 +1971,7 @@ <h2 class=no-num id=property-index> Property index</h2>
1967
1971
< td > visible
1968
1972
1969
1973
< td > block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid
1970
- containers [CSS3 -GRID-LAYOUT ]
1974
+ containers [CSS -GRID-1 ]
1971
1975
1972
1976
< td > no
1973
1977
@@ -1984,7 +1988,7 @@ <h2 class=no-num id=property-index> Property index</h2>
1984
1988
< td > visible
1985
1989
1986
1990
< td > block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid
1987
- containers [CSS3 -GRID-LAYOUT ]
1991
+ containers [CSS -GRID-1 ]
1988
1992
1989
1993
< td > no
1990
1994
0 commit comments