is there any set of HTML & CSS definitions, like list of (X)HTML tags & their available properties (both with descriptions) and so on, and CSS properties (descriptions, browsers supporting and so on) in computer readable (ie XML, CSV, INI or so) format?

Thanks in advance!

link|improve this question

1  
Is there a reason they need to be machine-readable? – David Thomas Jul 31 '09 at 19:28
yes, I need them to be loaded to code analyzis tool I'm writing – migajek Sep 7 '09 at 14:45
feedback

1 Answer

up vote 0 down vote accepted

Like Document Type Declarations?

link|improve this answer
like that ... but more infos, like browsers suporting and so on – migajek Jul 31 '09 at 17:54
1  
Quirksmode.org has compatibility charts for CSS but they're not intended to be machine readable. – MyItchyChin Jul 31 '09 at 18:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.