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
63b615d
User selector
All users
All time
Commit history
Commits on Jun 13, 2012
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
Remove some redundant extra parse-error declarations.
Show description for 2d0a7fa
tabatkins
committed
2d0a7fa
View commit details
Copy full SHA for 2d0a7fa
Browse repository at this point
typo
Show description for 294daef
tabatkins
committed
294daef
View commit details
Copy full SHA for 294daef
Browse repository at this point
Removed unnecessary indirection in the next-statement error mode.
Show description for 1c3ec51
tabatkins
committed
1c3ec51
View commit details
Copy full SHA for 1c3ec51
Browse repository at this point
Whoops, regex typo lost capitalization.
Show description for f5f81ec
tabatkins
committed
f5f81ec
View commit details
Copy full SHA for f5f81ec
Browse repository at this point
Changed 'next-statement error mode' to 'next-declaration error mode'.
Show description for 057c5df
tabatkins
committed
057c5df
View commit details
Copy full SHA for 057c5df
Browse repository at this point
Made parse errors in the at-rule mode properly switch to the error mode.
Show description for 5528e7d
tabatkins
committed
5528e7d
View commit details
Copy full SHA for 5528e7d
Browse repository at this point
Fix typo
kojiishi
committed
a8602e5
View commit details
Copy full SHA for a8602e5
Browse repository at this point
Typo/grammar fix
ayg
committed
86a38a1
View commit details
Copy full SHA for 86a38a1
Browse repository at this point
Negative lengths are illegal for 'size'. <http://www.w3.org/mid/AANLkTinN_rZLWgwUrpho_9ajfT3OsSOchY5_J4ooJdJG@mail.gmail.com>
fantasai
committed
c5564ae
View commit details
Copy full SHA for c5564ae
Browse repository at this point
Various fixes to errors reported by Lobotom Dysmon <http://lists.w3.org/Archives/Public/www-style/2010Nov/0098.html>
fantasai
committed
a5e23a2
View commit details
Copy full SHA for a5e23a2
Browse repository at this point
Fixed my handling of bad-url to mostly match webkit, so it's doable in the tokenizer. Appears to be web-friendly, even though it's incompatible with other browsers.
Show description for b7568a9
tabatkins
committed
b7568a9
View commit details
Copy full SHA for b7568a9
Browse repository at this point
Clarify emptiness wrt margin box layout rules. <http://www.w3.org/mid/20110919211436.GC20209@bowman.infotech.monash.edu.au>
Show description for 449074d
fantasai
committed
449074d
View commit details
Copy full SHA for 449074d
Browse repository at this point
Preserve whitespace tokens in several places to allow for higher-level syntax rules requiring them.
Show description for 6e067a8
tabatkins
committed
6e067a8
View commit details
Copy full SHA for 6e067a8
Browse repository at this point
Fix pluralization of flex basis. <http://www.w3.org/mid/op.wfkqxpms4p7avi@localhost.localdomain>
Show description for 493151b
fantasai
committed
493151b
View commit details
Copy full SHA for 493151b
Browse repository at this point
Clarify "in the normal flow of the root element" by using ICB instead. <http://lists.w3.org/Archives/Public/www-style/2012Jun/0195.html>
Show description for e28d248
fantasai
committed
e28d248
View commit details
Copy full SHA for e28d248
Browse repository at this point
Whoops, I aborted the change about making ; and } a syntax error if they're the first thing you see in declaration-value mode, but left in a lot of edits related to that change. Removed.
tabatkins
committed
fce0305
View commit details
Copy full SHA for fce0305
Browse repository at this point
Try out using the literal {}[]() characters instead of the open/close-brace/bracket/paren names.
Show description for 8a1d8c3
tabatkins
committed
8a1d8c3
View commit details
Copy full SHA for 8a1d8c3
Browse repository at this point
Fix broken links.
fantasai
committed
2a1b48e
View commit details
Copy full SHA for 2a1b48e
Browse repository at this point
Clarify application of vertical-align to margin boxes. Update link to Writing Modes.
fantasai
committed
921f8bc
View commit details
Copy full SHA for 921f8bc
Browse repository at this point
Commits on Jun 11, 2012
Made ; a parse error in top-level mode.
Show description for 9e86499
tabatkins
committed
9e86499
View commit details
Copy full SHA for 9e86499
Browse repository at this point
Made } work correctly in next-statement error mode.
Show description for 8fea861
tabatkins
committed
8fea861
View commit details
Copy full SHA for 8fea861
Browse repository at this point
typo
Show description for ee37d5c
tabatkins
committed
ee37d5c
View commit details
Copy full SHA for ee37d5c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.