diff --git a/lib/src/models/documents/attribute.dart b/lib/src/models/documents/attribute.dart index 83861aa6..b1df087f 100644 --- a/lib/src/models/documents/attribute.dart +++ b/lib/src/models/documents/attribute.dart @@ -364,7 +364,6 @@ class TokenAttribute extends Attribute { const TokenAttribute(String val) : super('token', AttributeScope.IGNORE, val); } -// `script` is supposed to be inline attribute but it is not supported yet class ScriptAttribute extends Attribute { ScriptAttribute(ScriptAttributes? val) : super('script', AttributeScope.INLINE, val?.value);