@@ -450,11 +450,11 @@ Omitted values are set to their initial values.
450
450
<ul>
451
451
<li> If the element is an <a>editable element</a> ,
452
452
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'' ,
455
455
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'' ,
458
458
the computed value is ''user-select/none''
459
459
<li> Otherwise, the computed value is ''text''
460
460
</ul>
@@ -464,8 +464,6 @@ Omitted values are set to their initial values.
464
464
makes it possible to create what is effectively selective inheritance.
465
465
This was initially proposed by Microsoft in IE to introduce a behavior similar to inheritance
466
466
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.
469
467
470
468
<dt> <dfn>text</dfn>
471
469
<dd> The element imposes no constraint on the selection.
0 commit comments