~alcinnz/rhapsode

d310e8f0df3971037c3eac21062a34580a012085 — Adrian Cochrane 4 years ago e796635
Update README.md
1 files changed, 7 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +7 -1
@@ 10,4 10,10 @@ Links (defined generally enough to include `<audio>`, etc) will be indicated via
Forms will be rendered as ordinary elements and be navigated to as a link. Once navigated to you will be prompted to fill each input of the form in turn before reviewing/correcting your submission before sending it.

## Why?
Because I want The Web to be "universal", for browsers to have the slack they need to present it however best suits their users and the devices they use. Rhapsode demonstrates HTML/CSS's capabilities this way.
\ No newline at end of file
Because I want The Web to be "universal", for browsers to have the slack they need to present it however best suits their users and the devices they use. Rhapsode demonstrates HTML/CSS's capabilities this way.

## Writing webpages for Rhapsode

* Make sure your webpage is readable without JavaScript or ideally CSS.
* Make good use of `<main>` and `<label>` tags.
* [Optional] Write your own CSS for Rhapsode by adhearing to the (retired) [CSS Speech Module](https://www.w3.org/TR/css3-speech/)
\ No newline at end of file