@@ -364,6 +364,13 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
364
364
365
365
< h2 id =overflow-properties > < span class =secno > 2. </ span > Overflow properties</ h2 >
366
366
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
+
367
374
< table class =propdef >
368
375
< tbody >
369
376
< tr >
@@ -423,6 +430,13 @@ <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
423
430
grammar</ abbr >
424
431
</ table >
425
432
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
+
426
440
< table class =propdef >
427
441
< tbody >
428
442
< tr >
@@ -512,13 +526,6 @@ <h2 id=overflow-properties><span class=secno>2. </span>Overflow properties</h2>
512
526
href ="#fragment-overflow "> fragment overflow</ a > .
513
527
</ dl >
514
528
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
-
522
529
< div id =overflow-computed-values >
523
530
< p > The computed values of ‘< a href ="#overflow-x "> < code
524
531
class =property > overflow-x</ code > </ a > ’ and ‘< a
0 commit comments