From bdaaff5d78dd97e4d92a41360020b1f2a3783c70 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 26 Nov 2024 14:08:02 -0800 Subject: [PATCH 1/2] Remove redundant compat_features keys from features with comments --- features/article.yml | 2 -- features/aside.yml | 2 -- features/audio.yml | 13 +------------ features/figure.yml | 3 --- features/font-variant-position.yml | 5 ----- features/header-footer.yml | 3 --- features/hsl.yml | 7 +------ features/ins.yml | 15 ++++++--------- features/json-modules.yml | 6 +----- features/main.yml | 2 -- features/mark.yml | 2 -- features/menu.yml | 16 +++++++--------- features/nav.yml | 2 -- features/section.yml | 2 -- features/source.yml | 15 ++++----------- features/time.yml | 5 ----- 16 files changed, 20 insertions(+), 80 deletions(-) diff --git a/features/article.yml b/features/article.yml index 5fac9bb3c4a..0696a5c3911 100644 --- a/features/article.yml +++ b/features/article.yml @@ -4,5 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/sections.html#the-article-element group: html-elements # Note:
is part of https://caniuse.com/html5semantic but that feature # covers many unrelated elements and is therefore not linked here. -compat_features: - - html.elements.article diff --git a/features/aside.yml b/features/aside.yml index 3e0fb530377..91b54328564 100644 --- a/features/aside.yml +++ b/features/aside.yml @@ -4,5 +4,3 @@ spec: https://html.spec.whatwg.org/multipage/sections.html#the-aside-element group: html-elements # Note: