Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
abw
/
HTML-Query
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Issues
1
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
HTML-Query
t
on
master
User selector
All users
All time
Commit history
Commits on Feb 15, 2017
Update acidtest such that the different accepted quoting schemes are checked.
kamelkev
committed
be548c0
View commit details
Copy full SHA for be548c0
View code at this point
Browse repository at this point
Commits on Aug 28, 2014
Update pseudo-class support to reject CSS3 type double-colon selectors, which otherwise
Show description for 2a597a0
kamelkev
committed
2a597a0
View commit details
Copy full SHA for 2a597a0
View code at this point
Browse repository at this point
Commits on Aug 8, 2012
MM-6593
Show description for de749c0
kamelkev
committed
de749c0
View commit details
Copy full SHA for de749c0
View code at this point
Browse repository at this point
Commits on Oct 30, 2010
number of tests in this file was not correct
kamelkev
committed
975830b
View commit details
Copy full SHA for 975830b
View code at this point
Browse repository at this point
Commits on Oct 28, 2010
adjust specificity code, we don't appear to need to set default content.
Show description for d74c980
kamelkev
committed
d74c980
View commit details
Copy full SHA for d74c980
View code at this point
Browse repository at this point
add test for specificity
Show description for 8033927
kamelkev
committed
8033927
View commit details
Copy full SHA for 8033927
View code at this point
Browse repository at this point
Commits on Oct 27, 2010
add test for a tag
kamelkev
committed
58e4e76
View commit details
Copy full SHA for 58e4e76
View code at this point
Browse repository at this point
Commits on Oct 25, 2010
add test for weird * html selector that should return nothing, add in hack to support that
Show description for c25db6b
kamelkev
committed
c25db6b
View commit details
Copy full SHA for c25db6b
View code at this point
Browse repository at this point
Commits on Oct 23, 2010
kamelkev
committed
3b31648
View commit details
Copy full SHA for 3b31648
View code at this point
Browse repository at this point
Commits on Oct 22, 2010
added dedup method which also assists with merging elements into the results set in a way that happens to match what firefox does. It mostly works - deduping is 100% correct, the ordering needs add…
Show description for b15532d
kamelkev
committed
b15532d
View commit details
Copy full SHA for b15532d
View code at this point
Browse repository at this point
Commits on Oct 21, 2010
Fix "query on returned query" as reported in
Show description for 4aa7d1c
Vivek Khera
committed
4aa7d1c
View commit details
Copy full SHA for 4aa7d1c
View code at this point
Browse repository at this point
revise tests to catch universal selector fails as well as iterative query fails
kamelkev
committed
66fce68
View commit details
Copy full SHA for 66fce68
View code at this point
Browse repository at this point
Commits on Oct 13, 2010
this makes a lot more sense, I counted 47 inside of firefox, but when I thought it was making a mistake by counting html there... now we have the same count here too
kamelkev
committed
b627b45
View commit details
Copy full SHA for b627b45
View code at this point
Browse repository at this point
Commits on Oct 12, 2010
Add in Vick's fix so that we can work with tags that involve "html" tagname
Show description for 3262e22
kamelkev
committed
3262e22
View commit details
Copy full SHA for 3262e22
View code at this point
Browse repository at this point
Commits on Oct 7, 2010
add error catching for malformatted attribute tags
Show description for 4850d9e
kamelkev
committed
4850d9e
View commit details
Copy full SHA for 4850d9e
View code at this point
Browse repository at this point
adjust test count
kamelkev
committed
df057db
View commit details
Copy full SHA for df057db
View code at this point
Browse repository at this point
shift tests around, want a file just for testing stacked types within the operand
kamelkev
committed
a7f9b88
View commit details
Copy full SHA for a7f9b88
View code at this point
Browse repository at this point
discovered case whereby instead of creating a combo operand we instead created multiple operands that caused unnecessary tree descension and an incorrect result
Show description for ae3cb58
kamelkev
committed
ae3cb58
View commit details
Copy full SHA for ae3cb58
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
updated test to check for class and tag class stacking - apparently this is not working
kamelkev
committed
3886ed2
View commit details
Copy full SHA for 3886ed2
View code at this point
Browse repository at this point
reworked API to return undefined if the selector has an error in it - you then know to go check for the stored error message if you care about it.
Show description for c583781
kamelkev
committed
c583781
View commit details
Copy full SHA for c583781
View code at this point
Browse repository at this point
Commits on Oct 5, 2010
first set of tests to play with the collect_errors method
kamelkev
committed
fe036a0
View commit details
Copy full SHA for fe036a0
View code at this point
Browse repository at this point
fix test plan
kamelkev
committed
e3ea834
View commit details
Copy full SHA for e3ea834
View code at this point
Browse repository at this point
Properly recognize edge cases - in this particular implementation we are not throwing badspec errors because these type of CSS declarations seem to be up in the air as to how to interpret them.
Show description for 9f87e59
kamelkev
committed
9f87e59
View commit details
Copy full SHA for 9f87e59
View code at this point
Browse repository at this point
further work validating that the supported selectors function properly.
Show description for 383a215
kamelkev
committed
383a215
View commit details
Copy full SHA for 383a215
View code at this point
Browse repository at this point
Commits on Oct 4, 2010
clean up test result
kamelkev
committed
38a8b5f
View commit details
Copy full SHA for 38a8b5f
View code at this point
Browse repository at this point
add code to dedup elements for certain edge cases
Show description for c1da9f1
kamelkev
committed
c1da9f1
View commit details
Copy full SHA for c1da9f1
View code at this point
Browse repository at this point
kamelkev
committed
3a2f84c
View commit details
Copy full SHA for 3a2f84c
View code at this point
Browse repository at this point
Commits on Oct 1, 2010
add support for universal selector
Show description for ca774f5
kamelkev
committed
ca774f5
View commit details
Copy full SHA for ca774f5
View code at this point
Browse repository at this point
Commits on Sep 30, 2010
after testing of CSS::Inliner I noticed that this test is wrong. We passed it before due to carelessness on my part and will have to fix it.
Show description for a973fdb
kamelkev
committed
a973fdb
View commit details
Copy full SHA for a973fdb
View code at this point
Browse repository at this point
Commits on Sep 29, 2010
addition of the last test required altering html that affected an earlier test. Went back and fixed that
kamelkev
committed
dfc3969
View commit details
Copy full SHA for dfc3969
View code at this point
Browse repository at this point
kamelkev
committed
1cdcefd
View commit details
Copy full SHA for 1cdcefd
View code at this point
Browse repository at this point
rework how |= and ~= operators are implemented. adjust broken test
Vivek Khera
committed
a82d28c
View commit details
Copy full SHA for a82d28c
View code at this point
Browse repository at this point
additional tests added
Show description for adf9b2d
kamelkev
committed
adf9b2d
View commit details
Copy full SHA for adf9b2d
View code at this point
Browse repository at this point
Commits on Sep 28, 2010
this test was misformulated, when using |= you are testing for the prefix of any hyphenated attribute
kamelkev
committed
2c8338c
View commit details
Copy full SHA for 2c8338c
View code at this point
Browse repository at this point
Commits on Sep 27, 2010
continuing refining the acid test
Show description for 6ddde9d
kamelkev
committed
6ddde9d
View commit details
Copy full SHA for 6ddde9d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.