Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
Ukjin Yang edited this page Dec 18, 2013 · 5 revisions

Changes

  • :before and :after pseudo selector for dynamic changes, replaced by ::before, ::after in Webkit browsers, :before, :after in other browsers.

Known Issues

  • pseudo element selector works,
Webkit - ::before, ::after, ::first-letter, ::first-line can set dynamic rules.
Mozilla - ::before, ::after can set. but...
 - before set ::first-letter, you should check first letter is plain alphabet such as 'A', 'B'... in target.
 - ::first-line is seem to not work. I'll check more.
IE - same as webkit in IE 8 and above. but, you must define a page as "Standard mode"!!!
   In IE 8, You must change content CSS value. See demo.html for how it works in IE8.
Clone this wiki locally