Skip to content

Conversation

fergaldoyle
Copy link
Contributor

With IE 10 & 11 (haven't tested on Edge yet), we cannot use title as a prop. Using :title or v-bind:title, IE seems to convert it to a static title attribute, which Vue will pick up instead of the bound attribute. Example:
http://codepen.io/anon/pen/epryMp

In this PR, a bound title attribute is preferred over a static title attribute.

Perhaps all bound attributes should be preferred over static if both are specified on an element?

@yyx990803
Copy link
Member

Thanks, can you add a test case in test/unit/specs/misc_spec.js?

@fergaldoyle
Copy link
Contributor Author

Done

yyx990803 added a commit that referenced this pull request Oct 28, 2015
@yyx990803 yyx990803 merged commit 995b096 into vuejs:dev Oct 28, 2015
@yyx990803
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants