We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<selectedcontent>
1 parent 7310b9a commit 8260b75Copy full SHA for 8260b75
lib/phlex/html/standard_elements.rb
@@ -472,6 +472,13 @@ module Phlex::HTML::StandardElements
472
# [Spec](https://html.spec.whatwg.org/#the-select-element)
473
register_element def select(**attributes, &content) = nil
474
475
+ # [EXPERIMENTAL] Outputs a `<selectedcontent>` tag.
476
+ #
477
+ # [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/selectedcontent)
478
+ # [Draft Spec](https://github.com/whatwg/html/pull/10633)
479
+ # [Can I Use?](https://caniuse.com/mdn-html_elements_selectedcontent)
480
+ register_element def selectedcontent(**attributes, &content) = nil
481
+
482
# Outputs a `<slot>` tag.
483
#
484
# [MDN Docs](https://developer.mozilla.org/docs/Web/HTML/Element/slot)
0 commit comments