Skip to content

Commit db02ce1

Browse files
committed
[css-ui-4] Record issue about the computed value of user-select
1 parent cf147b7 commit db02ce1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-ui-4/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,12 @@ Omitted values are set to their initial values.
436436
or a <a href="http://www.w3.org/TR/html/forms.html#mutability">mutable</a> form control with textual content,
437437
such as <{textarea}>.
438438

439+
Issue: Should there be constraints
440+
on what happens to the computed value
441+
on elements that are editable descendants of editing hosts?
442+
The semantics are not obvious.
443+
Maybe ''user-select/none'' should compute to ''text'',
444+
or maybe all values should compute to ''text''.
439445

440446
<dl dfn-type=value dfn-for=user-select>
441447
<dt><dfn>auto</dfn>

0 commit comments

Comments
 (0)