Skip to content

Add the correct display to <details> in IE and Edge #1219

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

Merged
merged 1 commit into from
Oct 15, 2017

Conversation

younesfkihi
Copy link
Contributor

The <details> and <summary> elements are not supported in IE and Edge. Adding a polyfill may not be worth it but in order to apply CSS styles correctly to these elements, a correct display should be added.

Adding the correct display to <summary> is a little bit tricky. For now, correcting the display of <details> solves the problem.

Screenshot: IE11 on Windows Phone 8.1.

vuejsorg-wp-details

Screenshots of IE11 and Edge on Windows 10.

@chrisvfritz
Copy link
Contributor

Thanks! It looks like <details> is now supported in latest Edge, though I have to say I was pretty shocked to learn it was missing. 😮

@chrisvfritz chrisvfritz merged commit dee0bfd into vuejs:master Oct 15, 2017
@younesfkihi
Copy link
Contributor Author

You're welcome. I was also surprised by the lack of support in Edge. Good to know it has caught up with the other browsers.

kazupon pushed a commit to kazupon/vuejs.org that referenced this pull request Nov 24, 2017
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