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

CSS4 selector subject support #236

Closed
kraih opened this issue Dec 9, 2011 · 11 comments
Closed

CSS4 selector subject support #236

kraih opened this issue Dec 9, 2011 · 11 comments

Comments

@kraih
Copy link
Member

kraih commented Dec 9, 2011

Once the CSS4 selector spec becomes more stable, i think we should add selector subject support to Mojo::DOM::CSS again.

http://dev.w3.org/csswg/selectors4/#subject

A previous attempt had to be aborted since the exact semantics are not clear yet, but many of the implementation details should be reusable.

3bdecef

@tempire
Copy link
Contributor

tempire commented Dec 9, 2011

Yay

@kraih
Copy link
Member Author

kraih commented Dec 12, 2011

They better hurry up with the spec, this is so useful.

@marcusramberg
Copy link
Member

Editor's Draft 3 was released January 2012

@kraih
Copy link
Member Author

kraih commented Jan 9, 2012

Looks like semantics and syntax did not change this time, lets hope it stays that way.

@judofyr
Copy link

judofyr commented Jul 31, 2012

One thing that the spec doesn't clarify:

<p>123</p>
<p>456</p>
<div id="toc"></div>

?p ~ #toc can either:

  1. Work like p ~ #toc, but instead of returning #toc it follows the parent-chain and returns one of the p's instead.
  2. Return both p's.

I think that the second option makes more sense, but it's quite a lot harder to implement.

@kraih
Copy link
Member Author

kraih commented Jul 31, 2012

The spec seems pretty clear about that actually, it can only be 1.

Although the element structure that the selector represents is the same with or without the exclamation mark, indicating the subject in this way can change which compound selector represents the subject in that structure.

@dpetrov
Copy link

dpetrov commented Oct 17, 2012

Editor's Draft 4 released 15 October 2012

@mokko
Copy link

mokko commented May 24, 2013

Selectors Level 4, Editor's Draft 13 May 2013
W3C Working Draft 2 May 2013

@kraih
Copy link
Member Author

kraih commented Jan 6, 2014

Interesting change in the spec, a selector can now have multiple subjects.

!div > !p.warning

@kraih
Copy link
Member Author

kraih commented May 31, 2014

Looks like subject selectors have been replaced with the :has() pseudo-class now. http://dev.w3.org/csswg/selectors4/#relational

@kraih
Copy link
Member Author

kraih commented May 31, 2014

The spec is still changing so much, i don't think we can really plan ahead.

@kraih kraih closed this as completed May 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants