Skip to content

Commit

Permalink
Using custom elements: make Safari implementation stance clear (#36979)
Browse files Browse the repository at this point in the history
* Using custom elements: make Safari implementation stance clear

* workaround linter

* Update index.md

* Remove links and point to `is` attribute instead

* change note marker back

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
mb21 and bsmth authored Dec 12, 2024
1 parent 2d78f62 commit 8501d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are two types of custom element:
- **Customized built-in elements** inherit from standard HTML elements such as {{domxref("HTMLImageElement")}} or {{domxref("HTMLParagraphElement")}}. Their implementation extends the behavior of select instances of the standard element.

> [!NOTE]
> Please see the [`is`](/en-US/docs/Web/HTML/Global_attributes/is) attribute reference for caveats on implementation reality of custom built-in elements.
> Safari does not plan to support custom built-in elements. See the [`is` attribute](/en-US/docs/Web/HTML/Global_attributes/is) for more information.
- **Autonomous custom elements** inherit from the HTML element base class {{domxref("HTMLElement")}}. You have to implement their behavior from scratch.

Expand Down

0 comments on commit 8501d38

Please sign in to comment.