diff --git a/source b/source index 40b02b992cb..7f3d48abd5b 100644 --- a/source +++ b/source @@ -3155,6 +3155,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute is value
  • MutationObserver interface and mutation observers in general
  • +
  • valid element local name
  • The following features are defined in UI Events:

    @@ -69985,43 +69986,52 @@ document.body.append(parent);
    -

    A valid custom element name is a sequence of characters name that - meets all of the following requirements:

    +

    A string name is a valid custom element name if all of the + following conditions are true:

    -
    -

    These requirements ensure a number of goals for valid - custom element names:

    - - - -

    Apart from these restrictions, a large variety of names is allowed, to give maximum - flexibility for use cases like <math-α> or <emotion-😍>.

    -
    +

    Apart from these restrictions, a large variety of names is allowed, to give maximum + flexibility for use cases like <math-α> or <emotion-😍>.

    +
    +

    A custom element definition describes a custom element and consists of: