Skip to content

Commit c75e5a8

Browse files
committed
[css-ui-4] Let user-select inherit normally to abspos
1 parent bde7424 commit c75e5a8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

css-ui-4/Overview.bs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -450,11 +450,11 @@ Omitted values are set to their initial values.
450450
<ul>
451451
<li>If the element is an <a>editable element</a>,
452452
the computed value is ''element''
453-
<li>Otherwise, if the element is not absolutely positioned
454-
and the computed value of 'user-select' on the parent of this element is ''all'',
453+
<li>Otherwise,
454+
if the computed value of 'user-select' on the parent of this element is ''all'',
455455
the computed value is ''all''
456-
<li>Otherwise, if the element is not absolutely positioned
457-
and the computed value of 'user-select' on the parent of this element is ''user-select/none'',
456+
<li>Otherwise,
457+
if the computed value of 'user-select' on the parent of this element is ''user-select/none'',
458458
the computed value is ''user-select/none''
459459
<li>Otherwise, the computed value is ''text''
460460
</ul>
@@ -464,8 +464,6 @@ Omitted values are set to their initial values.
464464
makes it possible to create what is effectively selective inheritance.
465465
This was initially proposed by Microsoft in IE to introduce a behavior similar to inheritance
466466
except that the ''element'' value does not inherit.
467-
This also enables the behavior introduced by Mozilla in Firefox where absolutely positioned
468-
children do not inherit from their parent.
469467

470468
<dt><dfn>text</dfn>
471469
<dd>The element imposes no constraint on the selection.

0 commit comments

Comments
 (0)