Skip to content

Commit

Permalink
Add mdn_url for CustomElementRegistry built-in element support (mdn#2…
Browse files Browse the repository at this point in the history
…1758)

* Add mdn_url for CustomElementRegistry built-in element support

This adds an MDN URL for the built-in element support subfeature of the CustomElementRegistry API.  This will help explain what it means, as there is no explanation on the MDN page for `CustomElementRegistry` itself (only in the `define` method).

* Remove locale
  • Loading branch information
queengooborg authored Dec 28, 2023
1 parent 63436bf commit dbe865a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/CustomElementRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"builtin_element_support": {
"__compat": {
"description": "Customized built-in element support",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/define#defining_a_customized_built-in_element",
"tags": [
"web-features:custom-elements"
],
Expand Down

0 comments on commit dbe865a

Please sign in to comment.