Skip to content

Commit 631cc63

Browse files
josepharharfantasai
authored andcommitted
Add "self" to position-area and position-try-fallbacks
Fixes #13738
1 parent e101041 commit 631cc63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-forms-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,15 +1172,15 @@ select::picker(select) {
11721172
max-block-size: stretch;
11731173
overflow: auto;
11741174
/* Below and span-right, by default. */
1175-
position-area: block-end span-inline-end;
1175+
position-area: self-block-end span-self-inline-end;
11761176
position-try-order: most-block-size;
11771177
position-try-fallbacks:
11781178
/* First try above and span-right. */
1179-
block-start span-inline-end,
1179+
self-block-start span-self-inline-end,
11801180
/* Then below but span-left. */
1181-
block-end span-inline-start,
1181+
self-block-end span-self-inline-start,
11821182
/* Then above and span-left. */
1183-
block-start span-inline-start;
1183+
self-block-start span-self-inline-start;
11841184
}
11851185
```
11861186

0 commit comments

Comments
 (0)