From 386af3b0a221330b60ffdbe3d49966c949d22c43 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 2 Feb 2025 08:53:33 +0100 Subject: [PATCH] Add missing HTML5 elements (#655) * 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: - - - - - - - - - -