canmove, Confirmed users
2,887
edits
(-WebAPI, current work incorporated into DOM) |
(HTML) |
||
| Line 12: | Line 12: | ||
This is a rough draft based on typical order of what developers build on when creating web pages, sites, apps, almost completely focused on client-side standards: | This is a rough draft based on typical order of what developers build on when creating web pages, sites, apps, almost completely focused on client-side standards: | ||
# [[ | # [[HTML]] + [[microformats]] | ||
# [[CSS3]] | # [[CSS3]] | ||
# [[JS]] + [[DOM]] | # [[JS]] + [[DOM]] | ||
| Line 22: | Line 22: | ||
* [[cards]] | * [[cards]] | ||
== | == HTML == | ||
{{main| | {{main|HTML}} | ||
[[ | [[HTML]] is fairly stable at this point and thus the spec priorities are accordingly: | ||
# Fix features based on implementation experience | # Fix features based on implementation experience | ||
# Drop features that don't make sense or have not shown any practical need in building web apps. | # Drop features that don't make sense or have not shown any practical need in building web apps. | ||