w3c / device-posture

Device Posture API
https://www.w3.org/TR/device-posture/
Other
33 stars 21 forks source link

Validation fixes #50

Closed xfq closed 3 years ago

xfq commented 3 years ago

This PR fixes some (but not all) of the validation errors that block the publication of the spec.

There are some other errors that I am not sure how to fix, such as "Element img not allowed as child of element ol in this context." in line 207 (should we move it into the li?), and alt attribute for a few images.

See details here: https://validator.w3.org/nu/?doc=https%3A%2F%2Fw3c.github.io%2Fscreen-fold%2F


Preview | Diff

anssiko commented 3 years ago

@xfq thanks for this PR. To fix the remaining validation errors:

This reminds me, it'd be nice to set up Travis CI to run validator for all PRs (a separate task).

@kenchris