ISSUE-67

::selection

State:
RAISED
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:
  1. How ::selection works on nested elements (from dbaron@dbaron.org on 2008-10-26)
  2. ISSUE-67: ::selection [Selectors] (from sysbot+tracker@w3.org on 2008-10-16)

Related notes:

2009-02-10 01:28:01: See also http://lists.w3.org/Archives/Public/www-style/2006May/0060.html [Elika Etemad]

Display change log ATOM feed


Peter Linss <peter.linss@hp.com>, Daniel Glazman <daniel.glazman@disruptive-innovations.com>, Chairs, Chris Lilley <chris@w3.org>, Bert Bos <bert@w3.org>, Staff Contacts
Tracker, originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: index.php,v 1.231 2009/11/16 15:00:54 dom Exp $