From 5bb1e263df1976e60dfff04e9580366dd19db409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanderheyden?= Date: Fri, 26 Jun 2026 12:24:08 +0000 Subject: [PATCH] Add heading offset --- features/heading-offset.yml | 4 ++++ features/heading-offset.yml.dist | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 features/heading-offset.yml create mode 100644 features/heading-offset.yml.dist diff --git a/features/heading-offset.yml b/features/heading-offset.yml new file mode 100644 index 00000000000..c0e98fc7796 --- /dev/null +++ b/features/heading-offset.yml @@ -0,0 +1,4 @@ +name: Heading offset +description: The `headingoffset` attribute offsets the heading level of descendant `

`–`

` elements. The `headingreset` boolean attribute prevents heading offset computation from traversing beyond the element. +spec: https://html.spec.whatwg.org/multipage/sections.html#heading-levels-&-offsets +group: html diff --git a/features/heading-offset.yml.dist b/features/heading-offset.yml.dist new file mode 100644 index 00000000000..0d2d79f4d24 --- /dev/null +++ b/features/heading-offset.yml.dist @@ -0,0 +1,6 @@ +# Generated from: heading-offset.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: {}