@@ -779,7 +779,7 @@ <h2 class="heading settled" data-level="3" id="overflow-properties"><span class=
779
779
< td > < dfn class ="css " data-dfn-type ="property " data-export ="" id ="propdef-overflow-x "> overflow-x< a class ="self-link " href ="#propdef-overflow-x "> </ a > </ dfn > , < dfn class ="css " data-dfn-type ="property " data-export ="" id ="propdef-overflow-y "> overflow-y< a class ="self-link " href ="#propdef-overflow-y "> </ a > </ dfn >
780
780
< tr class ="value ">
781
781
< th > Value:
782
- < td class ="prod "> < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-visible "> visible</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-hidden "> hidden</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clipped " > clipped </ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-scroll "> scroll</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-auto "> auto</ a >
782
+ < td class ="prod "> < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-visible "> visible</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-hidden "> hidden</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clip " > clip </ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-scroll "> scroll</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-auto "> auto</ a >
783
783
< tr >
784
784
< th > Initial:
785
785
< td > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-visible "> visible</ a >
@@ -820,7 +820,7 @@ <h2 class="heading settled" data-level="3" id="overflow-properties"><span class=
820
820
< td > < dfn class ="css " data-dfn-type ="property " data-export ="" id ="propdef-overflow "> overflow< a class ="self-link " href ="#propdef-overflow "> </ a > </ dfn >
821
821
< tr class ="value ">
822
822
< th > Value:
823
- < td class ="prod "> < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-visible "> visible</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-hidden "> hidden</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clipped " > clipped </ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-scroll "> scroll</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-auto "> auto</ a >
823
+ < td class ="prod "> < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-visible "> visible</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-hidden "> hidden</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clip " > clip </ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-scroll "> scroll</ a > < a data-link-type ="grammar " href ="http://dev.w3.org/csswg/css-values-3/#comb-one "> |</ a > < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-auto "> auto</ a >
824
824
< tr >
825
825
< th > Initial:
826
826
< td > see individual properties
@@ -897,7 +897,7 @@ <h2 class="heading settled" data-level="3" id="overflow-properties"><span class=
897
897
However, the content may still be scrolled programatically,
898
898
for example using the mechanisms defined in < a data-link-type ="biblio " href ="#biblio-cssom-view "> [CSSOM-VIEW]</ a > .
899
899
900
- < dt > < dfn class ="css " data-dfn-for ="overflow, overflow-x, overflow-y " data-dfn-type ="value " data-export ="" id ="valdef-overflow-clipped " > clipped < a class ="self-link " href ="#valdef-overflow-clipped "> </ a > </ dfn >
900
+ < dt > < dfn class ="css " data-dfn-for ="overflow, overflow-x, overflow-y " data-dfn-type ="value " data-export ="" id ="valdef-overflow-clip " > clip < a class ="self-link " href ="#valdef-overflow-clip "> </ a > </ dfn >
901
901
902
902
< dd > Like < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-hidden "> hidden</ a > ,
903
903
this value indicates that
@@ -906,12 +906,12 @@ <h2 class="heading settled" data-level="3" id="overflow-properties"><span class=
906
906
to view the content outside the clipping region.
907
907
In addition, unlike < a class ="css " data-link-type ="propdesc " href ="#propdef-overflow "> overflow: hidden</ a >
908
908
which still allows programmatic scrolling,
909
- < a class ="css " data-link-type ="propdesc " href ="#propdef-overflow "> overflow: clipped </ a > forbids scrolling entirely,
909
+ < a class ="css " data-link-type ="propdesc " href ="#propdef-overflow "> overflow: clip </ a > forbids scrolling entirely,
910
910
through any mechanism.
911
911
912
912
913
- < p class ="issue " id ="issue-84aec26b "> < a class ="self-link " href ="#issue-84aec26b "> </ a > Mozilla implements -moz-hidden-unscrollable,
914
- which is similar to < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clipped " > clipped </ a > ,
913
+ < p class ="issue " id ="issue-a9ea8890 "> < a class ="self-link " href ="#issue-a9ea8890 "> </ a > Mozilla implements -moz-hidden-unscrollable,
914
+ which is similar to < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clip " > clip </ a > ,
915
915
except that it does not cause the element to establish a BFC.
916
916
Should we match that?</ p >
917
917
@@ -2089,7 +2089,7 @@ <h3 class="no-num heading settled" id="index-defined-here"><span class="content"
2089
2089
< li > border-box overflow, < a href ="#border_box-overflow "> 2.3</ a >
2090
2090
< li > border-box overflow rectangle, < a href ="#border_box-overflow-rectangle "> 2.3</ a >
2091
2091
< li > border-box overflow region, < a href ="#border_box-overflow-region "> 2.3</ a >
2092
- < li > clipped , < a href ="#valdef-overflow-clipped "> 3</ a >
2092
+ < li > clip , < a href ="#valdef-overflow-clip "> 3</ a >
2093
2093
< li > continue, < a href ="#propdef-continue "> 4</ a >
2094
2094
< li > discard, < a href ="#valdef-continue-discard "> 4</ a >
2095
2095
< li > fragment box, < a href ="#fragment-box "> 6</ a >
@@ -2288,7 +2288,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
2288
2288
< tbody >
2289
2289
< tr >
2290
2290
< th scope ="row "> < a class ="css " data-link-type ="property " href ="#propdef-overflow-x "> overflow-x</ a >
2291
- < td > visible | hidden | clipped | scroll | auto
2291
+ < td > visible | hidden | clip | scroll | auto
2292
2292
< td > visible
2293
2293
< td > block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT]
2294
2294
< td > no
@@ -2299,7 +2299,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
2299
2299
< td > see below
2300
2300
< tr >
2301
2301
< th scope ="row "> < a class ="css " data-link-type ="property " href ="#propdef-overflow-y "> overflow-y</ a >
2302
- < td > visible | hidden | clipped | scroll | auto
2302
+ < td > visible | hidden | clip | scroll | auto
2303
2303
< td > visible
2304
2304
< td > block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT]
2305
2305
< td > no
@@ -2310,7 +2310,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro
2310
2310
< td > see below
2311
2311
< tr >
2312
2312
< th scope ="row "> < a class ="css " data-link-type ="property " href ="#propdef-overflow "> overflow</ a >
2313
- < td > visible | hidden | clipped | scroll | auto
2313
+ < td > visible | hidden | clip | scroll | auto
2314
2314
< td > see individual properties
2315
2315
< td > block containers [CSS21], flex containers [CSS3-FLEXBOX], and grid containers [CSS3-GRID-LAYOUT]
2316
2316
< td > no
@@ -2380,9 +2380,9 @@ <h2 class="no-num heading settled" id="issues-index"><span class="content">Issue
2380
2380
(Maybe even share the definitions in an appropriate way!)
2381
2381
< a href ="#issue-42ea3c29 "> ↵ </ a > </ div >
2382
2382
< div class ="issue "> Mozilla implements -moz-hidden-unscrollable,
2383
- which is similar to < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clipped " > clipped </ a > ,
2383
+ which is similar to < a class ="css " data-link-type ="maybe " href ="#valdef-overflow-clip " > clip </ a > ,
2384
2384
except that it does not cause the element to establish a BFC.
2385
- Should we match that?< a href ="#issue-84aec26b "> ↵ </ a > </ div >
2385
+ Should we match that?< a href ="#issue-a9ea8890 "> ↵ </ a > </ div >
2386
2386
< div class ="issue "> import examples from < a data-link-type ="biblio " href ="#biblio-css3-box "> [CSS3-BOX]</ a > .< a href ="#issue-402eb70c "> ↵ </ a > </ div >
2387
2387
< div class ="issue ">
2388
2388
Explain which directions allow scrolling and which don’t,
0 commit comments