@@ -542,12 +542,13 @@ <h3 id=border-box-overflow><span class=secno>2.3. </span>Border box
542
542
543
543
< h2 id =overflow-properties > < span class =secno > 3. </ span > Overflow properties</ h2 >
544
544
545
- < p > The ‘< a href ="#overflow-x "> < code class =css > overflow-x</ code > </ a > ’
546
- property specifies the handling of overflow in the horizontal direction
547
- (i.e., overflow from the left and right sides of the box), and the ‘< a
548
- href ="#overflow-y "> < code class =css > overflow-y</ code > </ a > ’ property
549
- specifies the handling of overflow in the vertical direction (i.e.,
550
- overflow from the top and bottom sides of the box)
545
+ < p > The ‘< a href ="#overflow-x "> < code
546
+ class =property > overflow-x</ code > </ a > ’ property specifies the handling of
547
+ overflow in the horizontal direction (i.e., overflow from the left and
548
+ right sides of the box), and the ‘< a href ="#overflow-y "> < code
549
+ class =property > overflow-y</ code > </ a > ’ property specifies the handling of
550
+ overflow in the vertical direction (i.e., overflow from the top and bottom
551
+ sides of the box)
551
552
552
553
< table class =propdef >
553
554
< tbody >
@@ -731,18 +732,18 @@ <h2 id=overflow-properties><span class=secno>3. </span>Overflow properties</h2>
731
732
< li > for horizontal writing mode < a
732
733
href ="#ref-CSS-WRITING-MODES-3 "> [CSS-WRITING-MODES-3]<!--{{!CSS-WRITING-MODES-3}}--> </ a > ,
733
734
the computed value for ‘< a href ="#overflow-y "> < code
734
- class =css > overflow-y</ code > </ a > ’ is the cascaded value and the
735
- computed value for ‘< a href ="#overflow-x "> < code
736
- class =css > overflow-x</ code > </ a > ’ is ‘< a href =" #hidden " > < code
737
- class =css > hidden</ code > </ a > ’, or
735
+ class =property > overflow-y</ code > </ a > ’ is the cascaded value and
736
+ the computed value for ‘< a href ="#overflow-x "> < code
737
+ class =property > overflow-x</ code > </ a > ’ is ‘< a
738
+ href =" #hidden " > < code class =css > hidden</ code > </ a > ’, or
738
739
739
740
< li > for vertical writing mode < a
740
741
href ="#ref-CSS-WRITING-MODES-3 "> [CSS-WRITING-MODES-3]<!--{{!CSS-WRITING-MODES-3}}--> </ a > ,
741
742
the computed value for ‘< a href ="#overflow-x "> < code
742
- class =css > overflow-x</ code > </ a > ’ is the cascaded value and the
743
- computed value for ‘< a href ="#overflow-y "> < code
744
- class =css > overflow-y</ code > </ a > ’ is ‘< a href =" #hidden " > < code
745
- class =css > hidden</ code > </ a > ’.
743
+ class =property > overflow-x</ code > </ a > ’ is the cascaded value and
744
+ the computed value for ‘< a href ="#overflow-y "> < code
745
+ class =property > overflow-y</ code > </ a > ’ is ‘< a
746
+ href =" #hidden " > < code class =css > hidden</ code > </ a > ’.
746
747
</ ol >
747
748
</ ol >
748
749
@@ -1049,16 +1050,16 @@ <h4 id=style-of-fragments><span class=secno>6.1.2. </span>Styling of
1049
1050
href ="#overflow0 "> < code class =property > overflow</ code > </ a > ’ other than
1050
1051
‘< a href ="#fragments "> < code class =css > fragments</ code > </ a > ’ then that
1051
1052
fragment box is the last fragment. However, overriding ‘< a
1052
- href ="#overflow0 "> < code class =css > overflow</ code > </ a > ’ on the first
1053
+ href ="#overflow0 "> < code class =property > overflow</ code > </ a > ’ on the first
1053
1054
fragment does not cause the < a href ="#fragment-box "> < i > fragment
1054
1055
box</ i > </ a > not to exist; whether there are fragment boxes at all is
1055
1056
determined by the computed value of overflow for the element. < span
1056
1057
class =issue > Need to reword this to refer to the appropriate choice of
1057
- ‘< a href ="#overflow-x "> < code class =css > overflow-x</ code > </ a > ’ or ‘ < a
1058
- href ="#overflow-y "> < code class =css > overflow-y</ code > </ a > ’, and then
1059
- point to rule about the handling of the other one of ‘< a
1060
- href ="#overflow-x "> < code class =css > overflow-x</ code > </ a > ’ or ‘< a
1061
- href ="#overflow-y "> < code class =css > overflow-y</ code > </ a > ’.</ span >
1058
+ ‘< a href ="#overflow-x "> < code class =property > overflow-x</ code > </ a > ’ or
1059
+ ‘ < a href ="#overflow-y "> < code class =property > overflow-y</ code > </ a > ’,
1060
+ and then point to rule about the handling of the other one of ‘< a
1061
+ href ="#overflow-x "> < code class =property > overflow-x</ code > </ a > ’ or ‘< a
1062
+ href ="#overflow-y "> < code class =property > overflow-y</ code > </ a > ’.</ span >
1062
1063
1063
1064
< p > Styling an ‘< code class =css > ::nth-fragment()</ code > ’ pseudo-element
1064
1065
with the ‘< code class =property > content</ code > ’ property has no effect;
0 commit comments