mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
fixed merge conflicts
This commit is contained in:
@@ -494,7 +494,6 @@ class ins(TextElementBase):
|
||||
datetime = js_property("datetime")
|
||||
|
||||
|
||||
|
||||
class kbd(TextElementBase):
|
||||
"""Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd"""
|
||||
|
||||
@@ -792,7 +791,6 @@ 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