Changes between Initial Version and Version 1 of Ticket #48126
- Timestamp:
- 09/24/2019 01:35:39 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48126 – Description
initial v1 1 In twenty nineteen theme there are situations where duplicate `<h1>` tags a ooear on the page. It is best to have just a single `<h1>` on page for various reasons.1 In twenty nineteen theme there are situations where duplicate `<h1>` tags appear on the page. It is best to have just a single `<h1>` on page for various reasons. 2 2 3 Some details of what was discovered in twenty twenty: https://github.com/WordPress/twentytwenty/issues/490 3 Some details of what was discovered in twenty twenty: https://github.com/WordPress/twentytwenty/issues/490 and https://github.com/WordPress/twentytwenty/pull/496 4 4 5 The same issue affects twentyninteen. 5 The same issue affects twentyninteen. This ticket should be updated with more relevant details.