#17362 closed defect (bug) (wontfix)
Use NCRs and boolean attribute with value=attribute's canonical name in Twenty Eleven
Reported by: | peaceablewhale | Owned by: | iandstewart |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The Twenty Eleven theme is currently using HTML entities to represent some Unicode characters and XHTML-incompatible boolean attribute form. This breaks the page when served as "application/xhtml+xml".
Attachments (1)
Change History (9)
#4
@
13 years ago
- Milestone changed from Awaiting Review to 3.2
Input closures, #8217, and pubdate="pubdate" are all fine. We're not compliant with xhtml+xml.
Version 0, edited 13 years ago
by
(next)
#6
@
13 years ago
Please don't replace named entities with magic numbers
Please don't patch auto-generated files.
Note: See
TracTickets for help on using
tickets.
Added a well-formness fix for the input element in theme-options.php.