Duplicate attribute: class in edge and IE
See original GitHub issueVue.js version
2.0.2
Reproduction Link
http://codepen.io/anon/pen/WGyrdz
Steps to reproduce
Just load up the page in edge or internet explorer (11) with your console open. Vue will display the warning “duplicate attribute: class”.
When removing the class
attribute, the warning goes away.
What is Expected?
No warnings 😃. I expect vue to use both the regular class
attribute and the :class
attribute and merge them together into the class
attribute.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Identity synchronization and duplicate attribute resiliency
Duplicate Attribute Resiliency is a feature in Azure Active Directory that will eliminate friction caused by UserPrincipalName and SMTP ...
Read more >Can an HTML element have the same attribute twice?
I'm considering writing code which produces an HTML tag that could have duplicate attributes, like this:
Read more >Disallow duplicated attributes (no-dup-attr) - HTML-validate
Disallows duplicated attributes on same element ( no-dup-attr ). HTML disallows two or more attributes with the same (case-insensitive) name.
Read more >Duplicate Content: Why does it happen and how to fix issues
Duplicate content is content that appears on the internet in more than one place. That "one place" is defined as a location with...
Read more >Finding Duplicate Objects in Active Directory
When two objects of the same class have overlapping values in different attributes (ie, User 1 has a UPN of user1@domain.com and User...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As @jdalton said, this is still an issue in Edge 14.
I‘m meeting this too