nullpot / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

CSS stylesheets support #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CSS stylesheets support means ability to read stylesheet and applie it's
properties on the document, according to CSS specification rules.

After that, properties should be readable for each node. Applying
properties should be customizable to write them into style="" attribute or
using non-visible data() method.

http://www.w3.org/TR/CSS21/cascade.html

Original issue reported on code.google.com by tobiasz....@gmail.com on 8 Apr 2009 at 7:40