forked from subtleGradient/slick
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Separate into Parser, Finder and Attribute #53
Milestone
Comments
Hey. It is called Attribute. |
Are you sure about using the shortcut name "Attr" when virtually no place in DOM has it that way? |
Except jQuery (because DOM IS A MESS) |
We settled this already :D |
I typed in the comment but forget to press comment, but when i started typing i was first! |
ghost
assigned subtleGradient
Sep 23, 2011
There should be a |
I like where it goes with Specificity |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create three AMD modules for:
This way a DOM library can just pick which parts they want: parsing for
new Element('div.foo[attr=bar]')
or usingSlick.getAttribute
but use QSA instead of Finder.The text was updated successfully, but these errors were encountered: