Make WordPress Core

Changeset 54727


Ignore:
Timestamp:
10/31/2022 01:22:22 PM (23 months ago)
Author:
SergeyBiryukov
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.

Previously committed in [53205], this appears to be accidentally reverted in [53562].

Follow-up to [53204], [53205], [53562].

Props audrasjb.
See #56792.

File:
1 edited

Legend:

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

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