Skip to content

Commit

Permalink
add paragraph spacing instruction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Nov 30, 2023
1 parent 9b078fb commit ed5a441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ It provides visual accessibility improvements.
### Note
* IE11 cannot apply filters. This means that images and videos will not be transformed in IE11.
* All colour transformations are applied by mathematical shifts. It is therefore important that the course start from AA colour contrast for the algorithms to be applicable.
* Invert only inverts brightness, not colour.
* Line height, paragraph spacing, letter spacing and word spacing are all ratio based. 1 is the current value, 1.2 is and uplift by 20%, 0.9 would be a shift downwards by 10%.
* In order to support paragraph spacing, all body text needs to be wrapped in [paragraph tags](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/p).
* Font size medium is the default font size (16px usually), large is 18pt, small is 9pt.
* Invert only inverts brightness, not colour.
* Hide decorative images is contingent on alt text.

----------------------------
Expand Down

0 comments on commit ed5a441

Please sign in to comment.