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
Branch selector
dabbe0c
User selector
All users
All time
Commit history
Commits on Jun 14, 2012
Renamed 'style-rule mode' to 'selector mode'.
Show description for dabbe0c
tabatkins
committed
dabbe0c
View commit details
Copy full SHA for dabbe0c
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
Browse repository at this point
typo
Show description for c80e6a2
tabatkins
committed
c80e6a2
View commit details
Copy full SHA for c80e6a2
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
Browse repository at this point
typo
Show description for bddcc8d
tabatkins
committed
bddcc8d
View commit details
Copy full SHA for bddcc8d
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
Browse repository at this point
Use the term 'simple block' more consistently.
Show description for 78deed1
tabatkins
committed
78deed1
View commit details
Copy full SHA for 78deed1
Browse repository at this point
typo
Show description for 7a90084
tabatkins
committed
7a90084
View commit details
Copy full SHA for 7a90084
Browse repository at this point
Add an issue about an+b.
Show description for c88563c
tabatkins
committed
c88563c
View commit details
Copy full SHA for c88563c
Browse repository at this point
Better explain the structure that gets produced by the tree-construction phase, and how this phase doesn't handle invalid things or actually produce CSSOM interfaces.
Show description for 2a7b711
tabatkins
committed
2a7b711
View commit details
Copy full SHA for 2a7b711
Browse repository at this point
Move the line about eof token generation to the definition of 'next input token'.
Show description for fc6282f
tabatkins
committed
fc6282f
View commit details
Copy full SHA for fc6282f
Browse repository at this point
Add the 'consume a function' algo.
Show description for 19fd8a6
tabatkins
committed
19fd8a6
View commit details
Copy full SHA for 19fd8a6
Browse repository at this point
Push rename into doc
fantasai
committed
a045265
View commit details
Copy full SHA for a045265
Browse repository at this point
Rename MQ4, since (like Selectors), it is not CSS-specific.
Show description for 1f89b81
fantasai
committed
1f89b81
View commit details
Copy full SHA for 1f89b81
Browse repository at this point
Whoops, had some leftover text from an earlier edit.
tabatkins
committed
de8e8c1
View commit details
Copy full SHA for de8e8c1
Browse repository at this point
Handle the two different kinds of at-rules. Generalize the declaration mode to accept at-rules as well, so I can just reuse it for rule-filled at-rule contents (and so that future stuff that wants …
Show description for 1a2fbc5
tabatkins
committed
1a2fbc5
View commit details
Copy full SHA for 1a2fbc5
Browse repository at this point
Fill in the definitions.
tabatkins
committed
215996d
View commit details
Copy full SHA for 215996d
Browse repository at this point
Commits on Jun 13, 2012
Add another placeholder definition.
tabatkins
committed
5188dc4
View commit details
Copy full SHA for 5188dc4
Browse repository at this point
Remove the lingering reference to the error flag in 'consume a block'.
tabatkins
committed
78db943
View commit details
Copy full SHA for 78db943
Browse repository at this point
Make the 'anything else' clause in url-end reconsume the input character.
Show description for 2101d99
tabatkins
committed
2101d99
View commit details
Copy full SHA for 2101d99
Browse repository at this point
I missed one of the places where I should have changed from emitting a bad-url token to switching to the bad-url state.
Show description for bb2901c
tabatkins
committed
bb2901c
View commit details
Copy full SHA for bb2901c
Browse repository at this point
Make bad-string not consume the newline that caused it.
Show description for 3d6cf47
tabatkins
committed
3d6cf47
View commit details
Copy full SHA for 3d6cf47
Browse repository at this point
I apparently didn't test the behavior of an escaped EOF in a string. There's no real interop, but wk and ff both treat it as bad-string, so let's match them.
Show description for 63b615d
tabatkins
committed
63b615d
View commit details
Copy full SHA for 63b615d
Browse repository at this point
Commits on Jun 12, 2012
Start the list of changes to the tokenizer and parser.
Show description for 6c7e959
tabatkins
committed
6c7e959
View commit details
Copy full SHA for 6c7e959
Browse repository at this point
Remove more of the parse errors. Particularly, remove it from 'consume a block' algo, which lets me simplify all the places where I needed to return a block.
Show description for ad45df6
tabatkins
committed
ad45df6
View commit details
Copy full SHA for ad45df6
Browse repository at this point
Remove a bunch of parse errors caused by cdo/cdc/)}]/bad-url/bad-string, because they're interoperably valid everywhere but WebKit. (Detectable by using media queries - they all just create an inva…
Show description for d199e18
tabatkins
committed
d199e18
View commit details
Copy full SHA for d199e18
Browse repository at this point
Make a semicolon have no effect when in declaration mode.
Show description for 7bfcd28
tabatkins
committed
7bfcd28
View commit details
Copy full SHA for 7bfcd28
Browse repository at this point
Handle bang-important naively, with an issue on it.
Show description for b95f39a
tabatkins
committed
b95f39a
View commit details
Copy full SHA for b95f39a
Browse repository at this point
Make the 'consume a block' algorithm make more sense, with the paren/brace/bracket rename.
Show description for e7fd653
tabatkins
committed
e7fd653
View commit details
Copy full SHA for e7fd653
Browse repository at this point
typo
Show description for bc40177
tabatkins
committed
bc40177
View commit details
Copy full SHA for bc40177
Browse repository at this point
Fix the handling of EOF when consuming a block.
Show description for 5800dce
tabatkins
committed
5800dce
View commit details
Copy full SHA for 5800dce
Browse repository at this point
Changed regionLayoutUpdate to not bubble
astearns
committed
39deb84
View commit details
Copy full SHA for 39deb84
Browse repository at this point
regen as editor's draft
fantasai
committed
2e93760
View commit details
Copy full SHA for 2e93760
Browse repository at this point
fix typo
fantasai
committed
7f4524f
View commit details
Copy full SHA for 7f4524f
Browse repository at this point
Grammar fix <http://www.w3.org/mid/4FD73C35.70009@kozea.fr>
fantasai
committed
5112212
View commit details
Copy full SHA for 5112212
Browse repository at this point
Previous
Next
You can’t perform that action at this time.