- From: Dave Hyatt <hyatt@apple.com>
- Date: Sat, 15 May 2004 20:01:41 -0700
- To: "Sean M. Hall AKA Dante" <pianoman@reno.com>
- Cc: www-style@w3.org
Received on Saturday, 15 May 2004 23:02:32 UTC
Your article is making incorrect claims about Safari's support for selection. Selection is a pseudo-element and not a pseudo-class, and therefore the correct syntax is ::selection and not :selection. It's a bug in Safari that :selection is being honored (I accidentally lumped it in with "legacy" pseudo-elements like ::before and ::after). dave On May 14, 2004, at 4:44 PM, Sean M. Hall AKA Dante wrote: > Evolt.org has published an article I wrote about CSS3 that you may > find interesting. See > http://evolt.org/article/CSS3_The_new_Frontier/17/60319/index.html? > cfid=6131813&cftoken=24480612 > > It contains a list of CSS3 items that are supported by more than one > browser and some other compatibility details, along with my view on > how CSS3 will radically change the way we create webpages. > > Thanks, > > Dante
Received on Saturday, 15 May 2004 23:02:32 UTC