mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
fix abbr to inherit from TextElementBase
This commit is contained in:
@@ -151,7 +151,7 @@ class a(TextElementBase):
|
||||
_add_js_properties(a, "download", "href", "referrerpolicy", "rel", "target", "type")
|
||||
|
||||
|
||||
class abbr(ElementBase):
|
||||
class abbr(TextElementBase):
|
||||
tag = "abbr"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user