From 1fba51fdcb246b95b684a1561d0df20136c58c18 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 7 Sep 2020 16:20:40 +0200 Subject: [PATCH] No need for otherwise --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",