From 78f2d8acb9ff3bce5526eccefe467a6b82d1d5ac Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Mon, 2 Oct 2023 09:17:18 -0700 Subject: [PATCH] Convert to `dir` example format for enumerated attribute --- source | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source b/source index 7819dd333bb..827280d1ed5 100644 --- a/source +++ b/source @@ -62662,27 +62662,33 @@ interface HTMLTemplateElement : HTMLElement {

The shadowrootmode content attribute is an - enumerated attribute. The following table lists the states for this attribute:

+ enumerated attribute with the following keywords and states:

- + + + + + + +
State - Keywords + StateKeywords Brief description
open open The template element represents an open declarative shadow root.
closed closed The template element represents a closed declarative shadow root.
none none The template element does not represent a shadow root.

The shadowrootmode attribute's