Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks

This commit is contained in:
Fabio Pliger
2024-03-26 16:01:20 -05:00

View File

@@ -494,6 +494,7 @@ class ins(TextElementBase):
datetime = js_property("datetime")
class kbd(TextElementBase):
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd"""
@@ -791,6 +792,7 @@ class td(TextElementBase):
rowspan = js_property("rowspan")
class template(TextElementBase):
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template"""