Make WordPress Core

Changeset 53205


Ignore:
Timestamp:
04/18/2022 02:41:17 PM (2 years ago)
Author:
audrasjb
Message:

Docs: Update a link to the Custom Elements spec in unsupported_valid_tag_names() unit test docblock.

This changeset replaces a link to the outdated W3C specs on Custom Elements with a link to the corresponding WhatWG specification.

Follow-up to [53204].

See #54729.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/balanceTags.php

    r52188 r53205  
    7979     * These are valid custom elements but we don't support them yet.
    8080     *
    81      * @see https://w3c.github.io/webcomponents/spec/custom/#valid-custom-element-name
     81     * @see https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name
    8282     */
    8383    public function unsupported_valid_tag_names() {
Note: See TracChangeset for help on using the changeset viewer.