@@ -364,6 +364,13 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
364364
365365 < h2 id =overflow-properties > < span class =secno > 2. </ span > Overflow properties</ h2 >
366366
367+ < p > The ‘< a href ="#overflow-x "> < code class =css > overflow-x</ code > </ a > ’
368+ property specifies the handling of overflow in the horizontal direction
369+ (i.e., overflow from the left and right sides of the box), and the ‘< a
370+ href ="#overflow-y "> < code class =css > overflow-y</ code > </ a > ’ property
371+ specifies the handling of overflow in the vertical direction (i.e.,
372+ overflow from the top and bottom sides of the box)
373+
367374 < table class =propdef >
368375 < tbody >
369376 < tr >
@@ -423,6 +430,13 @@ <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
423430 grammar</ abbr >
424431 </ table >
425432
433+ < p > The ‘< a href ="#overflow "> < code class =property > overflow</ code > </ a > ’
434+ property is a shorthand property that sets the specified values of both
435+ ‘< a href ="#overflow-x "> < code class =property > overflow-x</ code > </ a > ’ and
436+ ‘< a href ="#overflow-y "> < code class =property > overflow-y</ code > </ a > ’ to
437+ the value specified for ‘< a href ="#overflow "> < code
438+ class =property > overflow</ code > </ a > ’.
439+
426440 < table class =propdef >
427441 < tbody >
428442 < tr >
@@ -512,13 +526,6 @@ <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
512526 href ="#fragment-overflow "> fragment overflow</ a > .
513527 </ dl >
514528
515- < p > The ‘< a href ="#overflow "> < code class =property > overflow</ code > </ a > ’
516- property is a shorthand property that sets the specified values of both
517- ‘< a href ="#overflow-x "> < code class =property > overflow-x</ code > </ a > ’ and
518- ‘< a href ="#overflow-y "> < code class =property > overflow-y</ code > </ a > ’ to
519- the value specified for ‘< a href ="#overflow "> < code
520- class =property > overflow</ code > </ a > ’.
521-
522529 < div id =overflow-computed-values >
523530 < p > The computed values of ‘< a href ="#overflow-x "> < code
524531 class =property > overflow-x</ code > </ a > ’ and ‘< a
0 commit comments