-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Place HTML5 element on a new line This commit reformats the AUTO_BUILD_ELEMENTS list within the HTML module. Each element now occupies a separate line. Previously, the list was densely packed, making it harder to read and maintain. This change: - Improves readability by providing visual separation between elements. - Facilitates easier sorting, both manually and potentially with future tooling. - Reduces the scope of diffs when the list is modified. Future changes will only affect the relevant lines, not the entire list. * Add some missing HTML5 elements Source: https://developer.mozilla.org/en-US/docs/Web/HTML New, non experimental, non deprecated elements: - <bdi> - <data> - <dialog> - <picture> - <rp> - <rt> - <ruby> - <search> - <slot> - <template> - <u> Close #654
- Loading branch information
Showing
2 changed files
with
123 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters