-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you set ''
in class()
method it should not return class=""
#77
Comments
For remove attribute in other methods we use |
Empty |
this is incorrect. empty string and without attribute - this is different cases |
Yes if we do not consider CSS semantics. If we do then empty "class" value doesn't make any sense. |
Still, for consistency purposes and following formal spec it makes sense to use nulls instead as in #78. |
The text was updated successfully, but these errors were encountered: