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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodeRedDigital
/
csswg-drafts
Public
forked from
w3c/csswg-drafts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
csswg-drafts
css3-syntax
on
999bad6
User selector
All users
All time
Commit history
Commits on Aug 24, 2012
[css3-syntax] editorial
tabatkins
committed
ad49297
View commit details
Copy full SHA for ad49297
View code at this point
Browse repository at this point
[css3-syntax] updated the 2.1 diffs
tabatkins
committed
ca100a2
View commit details
Copy full SHA for ca100a2
View code at this point
Browse repository at this point
[css3-syntax] updated the 2.1 diffs
tabatkins
committed
9c70c1b
View commit details
Copy full SHA for 9c70c1b
View code at this point
Browse repository at this point
Commits on Aug 23, 2012
[css3-syntax] Updated the 'changes from 2.1' list.
tabatkins
committed
0fdb0e8
View commit details
Copy full SHA for 0fdb0e8
View code at this point
Browse repository at this point
[css3-syntax] Rephrase the quirks mode stuff in terms of a parser flag.
tabatkins
committed
36cf989
View commit details
Copy full SHA for 36cf989
View code at this point
Browse repository at this point
[css3-syntax] Remove the sci-not flag, because sci-notation is turned on for all of CSS now.
tabatkins
committed
f5a4bd1
View commit details
Copy full SHA for f5a4bd1
View code at this point
Browse repository at this point
[css3-syntax] typo
Show description for c975ac9
tabatkins
committed
c975ac9
View commit details
Copy full SHA for c975ac9
View code at this point
Browse repository at this point
Commits on Aug 21, 2012
[css3-syntax] Populate the list of properties that activate the two quirks.
Show description for 6618b37
tabatkins
committed
6618b37
View commit details
Copy full SHA for 6618b37
View code at this point
Browse repository at this point
[css3-syntax] typo
tabatkins
committed
f8dad74
View commit details
Copy full SHA for f8dad74
View code at this point
Browse repository at this point
[css3-syntax] Forgot that rect() uses the unitless length quirk.
Show description for 27566ea
tabatkins
committed
27566ea
View commit details
Copy full SHA for 27566ea
View code at this point
Browse repository at this point
Fold in the hashless colors and unitless length quirks from zcorpan's quirks document.
tabatkins
committed
2b80c28
View commit details
Copy full SHA for 2b80c28
View code at this point
Browse repository at this point
Commits on Aug 20, 2012
Preserve comments in the token stream. :/
tabatkins
committed
312d710
View commit details
Copy full SHA for 312d710
View code at this point
Browse repository at this point
typo
tabatkins
committed
25b3391
View commit details
Copy full SHA for 25b3391
View code at this point
Browse repository at this point
typo
tabatkins
committed
cccc6aa
View commit details
Copy full SHA for cccc6aa
View code at this point
Browse repository at this point
typo
tabatkins
committed
3295618
View commit details
Copy full SHA for 3295618
View code at this point
Browse repository at this point
Commits on Jul 24, 2012
Put the max-width on <body> back into the stylesheet AGAIN.
tabatkins
committed
8a525d3
View commit details
Copy full SHA for 8a525d3
View code at this point
Browse repository at this point
Commits on Jul 17, 2012
Correctly ignore whitespace in the rule mode, so we don't prematurely generate style rules.
tabatkins
committed
64645b3
View commit details
Copy full SHA for 64645b3
View code at this point
Browse repository at this point
Properly discard the current rule/decl when you encounter a parse error.
Show description for f115240
tabatkins
committed
f115240
View commit details
Copy full SHA for f115240
View code at this point
Browse repository at this point
Abstract the act of popping+appending the current rule, add syntax validation to the process.
Show description for 1aace69
tabatkins
committed
1aace69
View commit details
Copy full SHA for 1aace69
View code at this point
Browse repository at this point
typos
Show description for 2e230cd
tabatkins
committed
2e230cd
View commit details
Copy full SHA for 2e230cd
View code at this point
Browse repository at this point
Commits on Jul 16, 2012
Remove the bad-string and bad-url case, to make all the modes consistent. They can just be handled by the validator as you try and add rules.
Show description for 47ecad9
tabatkins
committed
47ecad9
View commit details
Copy full SHA for 47ecad9
View code at this point
Browse repository at this point
Specify EOF token handling in all of the parser states.
Show description for b3e96b8
tabatkins
committed
b3e96b8
View commit details
Copy full SHA for b3e96b8
View code at this point
Browse repository at this point
Remove the unused 'next-block-or-statement' error mode.
Show description for db8993e
tabatkins
committed
db8993e
View commit details
Copy full SHA for db8993e
View code at this point
Browse repository at this point
Properly handle a ! token in declaration-value that doesn't have 'important' following it.
Show description for 4c4d232
tabatkins
committed
4c4d232
View commit details
Copy full SHA for 4c4d232
View code at this point
Browse repository at this point
Add a more abstract 'consume a primitive' function and collapse all the places where I differentiated between blocks, functions, and tokens to just use this new function.
Show description for c5f0070
tabatkins
committed
c5f0070
View commit details
Copy full SHA for c5f0070
View code at this point
Browse repository at this point
Rename selector rule to style rule to be closer to CSSOM.
Show description for 0d31827
tabatkins
committed
0d31827
View commit details
Copy full SHA for 0d31827
View code at this point
Browse repository at this point
Commits on Jul 13, 2012
Fix how to handle a statement at-rule that has a block in it.
Show description for e857640
tabatkins
committed
e857640
View commit details
Copy full SHA for e857640
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
typo
tabatkins
committed
343d299
View commit details
Copy full SHA for 343d299
View code at this point
Browse repository at this point
Renamed 'style rule' to 'selector rule' to be more generic and avoid confusion with CSSStyleRule (since things like CSSKeyframeRule are also 'selector rules').
Show description for 4128f13
tabatkins
committed
4128f13
View commit details
Copy full SHA for 4128f13
View code at this point
Browse repository at this point
Renamed 'style-rule mode' to 'selector mode'.
Show description for dabbe0c
tabatkins
committed
dabbe0c
View commit details
Copy full SHA for dabbe0c
View code at this point
Browse repository at this point
Standardize the terminology for what stylesheets, at-rules, and style rules contain to all be their 'value'.
Show description for ea7c37b
tabatkins
committed
ea7c37b
View commit details
Copy full SHA for ea7c37b
View code at this point
Browse repository at this point
typo
Show description for c80e6a2
tabatkins
committed
c80e6a2
View commit details
Copy full SHA for c80e6a2
View code at this point
Browse repository at this point
Add to the note about unused tokens.
Show description for d52c92a
tabatkins
committed
d52c92a
View commit details
Copy full SHA for d52c92a
View code at this point
Browse repository at this point
typo
Show description for bddcc8d
tabatkins
committed
bddcc8d
View commit details
Copy full SHA for bddcc8d
View code at this point
Browse repository at this point
Tighten up the text about the values of a simple block.
Show description for 2a57edc
tabatkins
committed
2a57edc
View commit details
Copy full SHA for 2a57edc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.