creativecommons.org icon indicating copy to clipboard operation
creativecommons.org copied to clipboard

[Bug] Proposed CC0 1.1 has non-conforming align attribute

Open Jayman2000 opened this issue 4 years ago • 0 comments

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

  1. Get a copy of the proposed CC0 1.1.
  2. Change its file extension to .xht or .xhtml.
  3. Try validating it.

Expectation

The page validates successfully.

Resolution

  • [ ] I would be interested in resolving this bug.

Jayman2000 avatar Aug 01 '21 20:08 Jayman2000