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 }}
Trzsa
/
csswg-drafts
Public
forked from
w3c/csswg-drafts
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
css-highlight-api-1
on
af776de
User selector
All users
All time
Commit history
Commits on Dec 1, 2021
[css-highlight-api-1] Clarifying that user agents must not use live ranges internally for static ranges #4597 (#6545)
Show description for af776de
dandclark
authored
af776de
View commit details
Copy full SHA for af776de
View code at this point
Browse repository at this point
[css-highlight-api-1] Add `type` enum attribute to `Highlight` #6498 (#6724)
Show description for 5e4d591
dandclark
authored
5e4d591
View commit details
Copy full SHA for 5e4d591
View code at this point
Browse repository at this point
Commits on Sep 16, 2021
Restore check that range is in same document as the HighlightRegistry
dandclark
authored and
frivoal
committed
c47bc7b
View commit details
Copy full SHA for c47bc7b
View code at this point
Browse repository at this point
Remove validity behavior that's in conflict with DOM spec definition
dandclark
authored and
frivoal
committed
4dd8efa
View commit details
Copy full SHA for 4dd8efa
View code at this point
Browse repository at this point
Remove Issue regarding StaticRange validity
dandclark
authored and
frivoal
committed
0c579a5
View commit details
Copy full SHA for 0c579a5
View code at this point
Browse repository at this point
Commits on Sep 8, 2021
[css-highlights-api] Markup fix
frivoal
committed
50e404c
View commit details
Copy full SHA for 50e404c
View code at this point
Browse repository at this point
[css-highlights-api] Fix markup
frivoal
committed
3ca8d7f
View commit details
Copy full SHA for 3ca8d7f
View code at this point
Browse repository at this point
[css-highlights-api] Rewrap some text
Show description for 5dae7b2
frivoal
committed
5dae7b2
View commit details
Copy full SHA for 5dae7b2
View code at this point
Browse repository at this point
[css-highlights-api] Avoid use of RFC2119 keywords in non-normative text
frivoal
committed
8e0336a
View commit details
Copy full SHA for 8e0336a
View code at this point
Browse repository at this point
[css-highlights-api] markup fixes
frivoal
committed
24e966e
View commit details
Copy full SHA for 24e966e
View code at this point
Browse repository at this point
[css-highlights-api] Defer to DOM for range invalidation
Show description for 7e65e38
frivoal
committed
7e65e38
View commit details
Copy full SHA for 7e65e38
View code at this point
Browse repository at this point
Commits on Aug 23, 2021
[css-highlight-api-1] Specify that custom highlights have no UA styles #6375 (#6534)
Show description for 59e0eec
dandclark
authored
59e0eec
View commit details
Copy full SHA for 59e0eec
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
[css-highlight-api-1] Clarify that ranges from the wrong window are not painted. (#6499)
dandclark
authored
30c6f1b
View commit details
Copy full SHA for 30c6f1b
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
[css-highlight-api-1] Update examples (#6332)
ffiori
authored
a815bf7
View commit details
Copy full SHA for a815bf7
View code at this point
Browse repository at this point
Commits on May 17, 2021
Revert "Revert "Merge branch 'main' of https://github.com/w3c/csswg-drafts into main""
Show description for 725bc1f
dbaron
committed
725bc1f
View commit details
Copy full SHA for 725bc1f
View code at this point
Browse repository at this point
Revert "Merge branch 'main' of https://github.com/w3c/csswg-drafts into main"
Show description for 9d14c23
Adam Argyle
committed
9d14c23
View commit details
Copy full SHA for 9d14c23
View code at this point
Browse repository at this point
Commits on Apr 15, 2021
[css-highlight-api-1] Add note recommending authors to only use one name to style a highlight and add an example showcasing why using multiple names is problematic.
sanketj
committed
296318c
View commit details
Copy full SHA for 296318c
View code at this point
Browse repository at this point
[css-highlight-api-1] Add note recommending authors to use custom highlight names that are CSS identifiers for easier styling via CSS.
sanketj
committed
cce9156
View commit details
Copy full SHA for cce9156
View code at this point
Browse repository at this point
[css-highlight-api-1] Make HighlightRegistry maplike and remove name property from Highlight.
sanketj
committed
56d0548
View commit details
Copy full SHA for 56d0548
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
Use consistant capitalization for "user agent"
Show description for 32d2651
frivoal
committed
32d2651
View commit details
Copy full SHA for 32d2651
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
[css-highlight-api] markup fix
frivoal
committed
adfd831
View commit details
Copy full SHA for adfd831
View code at this point
Browse repository at this point
[css-highlight-api] Fix typo
frivoal
committed
3124605
View commit details
Copy full SHA for 3124605
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
[css-highlight-api] Add comment about the default numerical priority for custom highlights.
sanketj
committed
ad4ead5
View commit details
Copy full SHA for ad4ead5
View code at this point
Browse repository at this point
[css-highlight-api] Highlight priority attribute should be long instead of double.
sanketj
committed
90862f1
View commit details
Copy full SHA for 90862f1
View code at this point
Browse repository at this point
[css-highlight-api] Remove text for resolved highlight priority issues.
sanketj
committed
4c3fdb7
View commit details
Copy full SHA for 4c3fdb7
View code at this point
Browse repository at this point
[css-highlight-api] Custom highlight overlays should stack below native highlight overlays. (#6135)
sanketj
authored
0d54afa
View commit details
Copy full SHA for 0d54afa
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
[css-highlight-api]: Remove redundant add method from HighlightRegistry. (#6092)
sanketj
authored
521c913
View commit details
Copy full SHA for 521c913
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
[css-highlight-api] Fix examples' Ranges (#6033)
Show description for 7b2b399
ffiori
authored
7b2b399
View commit details
Copy full SHA for 7b2b399
View code at this point
Browse repository at this point
fix: typos across specs (#5992)
nschonni
authored
b554cf5
View commit details
Copy full SHA for b554cf5
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
[css-highlight-api-1] Rename HighlightsRegister to HighlightRegistry.
sanketj
committed
7a0d4b3
View commit details
Copy full SHA for 7a0d4b3
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
typo: Double words (#5951)
Show description for 8208368
nschonni
and
rachelandrew
authored
8208368
View commit details
Copy full SHA for 8208368
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
[css-highlight-api] Keep track of Horizontal Review
frivoal
committed
4bd6195
View commit details
Copy full SHA for 4bd6195
View code at this point
Browse repository at this point
[css-highlight-api] add previous version
frivoal
committed
d222be7
View commit details
Copy full SHA for d222be7
View code at this point
Browse repository at this point
[css-highlight-api] dedup section id
frivoal
committed
155ea01
View commit details
Copy full SHA for 155ea01
View code at this point
Browse repository at this point
[css-highlight-api] Add changes section
frivoal
committed
2a7f2d9
View commit details
Copy full SHA for 2a7f2d9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.