diff --git a/source b/source index 4769cd61396..8de0f2095da 100644 --- a/source +++ b/source @@ -56939,11 +56939,16 @@ interface HTMLDetailsElement : HTMLElement {
Using the accesskey attribute on a legend element to define a command
-

A legend element that has an assigned access key and is a child of a - fieldset element that has a descendant that is not a descendant of the - legend element and is neither a label element nor a legend - element but that defines a command, itself defines a command.

+

A legend element that has an assigned access key and matches one of + the following conditions, itself defines a command.

+ +

The Label of the command is the string given by the element's textContent IDL attribute.

@@ -56951,13 +56956,25 @@ interface HTMLDetailsElement : HTMLElement {

The Access Key of the command is the element's assigned access key.

-

The Hidden State, If the legend element is focusable, then:

+ + + +

Otherwise, the Hidden State, Disabled State, and Action facets of the command are the same as the respective facets of the first element in tree order that is a descendant of the parent of the - legend element that defines a command but is not - a descendant of the legend element and is neither a label nor a - legend element.

+ legend element that defines a command but is + neither a label nor a legend element.

Using the accesskey