mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
Merge branch 'poc_ui_blocks' of github.com:pyscript/pyscript into poc_ui_blocks
This commit is contained in:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user