- decouple documents from the transport layer: many web vulnerabilities and complexity are due to the strong connection between http and html
- decouple documents from styling: every document should be legible with any stylsheet (bring back 'userstyle'), cut back css features which lead to nasty things like keylogging via css, transparenting elements for clickjacking, hide text to manipulate clipboard, etc.
let me add some more:
- decouple documents from the transport layer: many web vulnerabilities and complexity are due to the strong connection between http and html
- decouple documents from styling: every document should be legible with any stylsheet (bring back 'userstyle'), cut back css features which lead to nasty things like keylogging via css, transparenting elements for clickjacking, hide text to manipulate clipboard, etc.