diff --git a/source b/source index d462f867bb5..326bff09243 100644 --- a/source +++ b/source @@ -12658,7 +12658,7 @@ interface DOMStringMap {
  • If map["role"] exists, then return it.

  • -
  • Otherwise, return no role.

  • +
  • Return no role.

  • Similarly, for a custom element element, the default ARIA state and @@ -12672,7 +12672,7 @@ interface DOMStringMap {

  • If map[stateOrProperty] exists, then return it.

  • -
  • Otherwise, return the default value for stateOrProperty.

  • +
  • Return the default value for stateOrProperty.

  • The "default semantics" referred to here are sometimes also called "native",