ISSUE-67: ::selection
::selection
- State:
- OPEN
- Product:
- Selectors Level 4
- Raised by:
- Elika Etemad
- Opened on:
- 2008-10-16
- Description:
- http://lists.w3.org/Archives/Public/www-style/2008Jun/0356.html
Suppose my selection is delimited by the <<< >>> below:
<richtext>
<p>...........<<<.......</p>
<p>......<span>......>>>.......</span></p>
</richtext>
richtext::selection {
outline: solid; color: orange;
}
richtext p::selection {
outline: solid; color: aqua;
}
richtext span {
color: purple;
}
What is the result? - Related Actions Items:
- No related actions
- Related emails:
- [CSSWG] Minutes Sapporo F2F 2015-10-27 Part III: All Spec Review (from daelcss@gmail.com on 2015-11-23)
- How ::selection works on nested elements (from dbaron@dbaron.org on 2008-10-26)
- ISSUE-67: ::selection [Selectors] (from sysbot+tracker@w3.org on 2008-10-16)
Related notes:
See also http://lists.w3.org/Archives/Public/www-style/2006May/0060.html
Elika Etemad, 10 Feb 2009, 01:28:01Display change log