Skip to content
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

HTML5 Details element UI #9395

Closed
MonsieurLanza opened this issue Jan 21, 2016 · 3 comments
Closed

HTML5 Details element UI #9395

MonsieurLanza opened this issue Jan 21, 2016 · 3 comments

Comments

@MonsieurLanza
Copy link
Contributor

@MonsieurLanza MonsieurLanza commented Jan 21, 2016

HTMLDetailsElement interface is here but we have no UI for it.

spec : https://html.spec.whatwg.org/multipage/forms.html#the-details-element

I first thought implement the "show/hide" behavior with CSS but this won't permit to pass the details test on https://html5test.com/ as it relies on hiding a text node, and AFAIK, CSS selectors cannot target text nodes.

Also we have to provide a way to let the user toggle the element (and let him know that there is something to toggle).

@notriddle
Copy link
Contributor

@notriddle notriddle commented Jan 23, 2016

I'd like to take it.

@KiChjang
Copy link
Member

@KiChjang KiChjang commented Jan 25, 2016

Sure thing!

@KiChjang KiChjang added the C-assigned label Jan 25, 2016
notriddle added a commit to notriddle/rust-selectors that referenced this issue Jan 25, 2016
notriddle added a commit to notriddle/rust-selectors that referenced this issue Feb 26, 2016
tyagiarpit added a commit to tyagiarpit/servo that referenced this issue Mar 23, 2016
Still need to implement the style invalidation.

Part of servo#9395
@jdm
Copy link
Member

@jdm jdm commented Apr 22, 2016

Fixed by #9586.

@jdm jdm closed this Apr 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.