We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e101041 commit 631cc63Copy full SHA for 631cc63
1 file changed
css-forms-1/Overview.bs
@@ -1172,15 +1172,15 @@ select::picker(select) {
1172
max-block-size: stretch;
1173
overflow: auto;
1174
/* Below and span-right, by default. */
1175
- position-area: block-end span-inline-end;
+ position-area: self-block-end span-self-inline-end;
1176
position-try-order: most-block-size;
1177
position-try-fallbacks:
1178
/* First try above and span-right. */
1179
- block-start span-inline-end,
+ self-block-start span-self-inline-end,
1180
/* Then below but span-left. */
1181
- block-end span-inline-start,
+ self-block-end span-self-inline-start,
1182
/* Then above and span-left. */
1183
- block-start span-inline-start;
+ self-block-start span-self-inline-start;
1184
}
1185
```
1186
0 commit comments