creativecommons.org
creativecommons.org copied to clipboard
[Bug] Proposed CC0 1.1 has non-conforming align attribute
Description
According to the HTML Standard, the align attribute must not be used on p elements. The proposed CC0 1.1 uses the align attribute on a p element.
<p align="center" id="header">
Reproduction
- Get a copy of the proposed CC0 1.1.
- Change its file extension to
.xhtor.xhtml. - Try validating it.
Expectation
The page validates successfully.
Resolution
- [ ] I would be interested in resolving this bug.