Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(macros): rewrite CSSSyntax macro #4656

Merged
merged 37 commits into from
Jun 23, 2022
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3f88002
New CSSSyntax macro
wbamberg Sep 10, 2021
62f70d7
Highlight properties
wbamberg Sep 11, 2021
691f083
Call property class a property class
wbamberg Sep 11, 2021
7e48431
Simplify CSS class stuff
wbamberg Sep 11, 2021
87ee047
Link to externally described types
wbamberg Sep 12, 2021
2690dca
Linkify brackets and combinators
wbamberg Sep 14, 2021
cff589a
Merge branch 'main' into use-webref-syntax
wbamberg Sep 14, 2021
e551f44
Resolve conflict with main
wbamberg Mar 15, 2022
8b8a8bb
Use browser-compat to figure out which spec to get the data from
wbamberg Mar 16, 2022
448a72d
Random updates
wbamberg Mar 16, 2022
b2ce00f
Resolve syntax only using webref
wbamberg Apr 28, 2022
58f58fa
Fix links when value includes range
wbamberg Apr 29, 2022
40b4a83
Merge branch 'main' into use-webref-syntax
wbamberg May 4, 2022
77aed76
Require new version of webref/css
wbamberg May 4, 2022
0fac685
Cleanup, reorg, comments
wbamberg May 4, 2022
b838923
Don't use angled brackets for the property name
wbamberg May 4, 2022
b634812
Remove cssesc which had snuck back in
wbamberg May 4, 2022
66e0f2b
Merge branch 'main' into use-webref-syntax
wbamberg May 10, 2022
b00d898
Merge branch 'main' into use-webref-syntax
caugner May 20, 2022
20281d2
test: check flaws with toEqual()
caugner May 20, 2022
2a78f82
fix(macros/CSSSyntax): use shim for String.prototype.replaceAll
caugner May 20, 2022
45c6911
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
166094c
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
40e284a
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
50d9305
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
e460ac4
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
72c877a
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
bcbd2f0
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
7463b9b
Update kumascript/macros/CSSSyntax.ejs
wbamberg May 23, 2022
4b448f9
Review comments
wbamberg May 24, 2022
207666c
Merge branch 'main' into use-webref-syntax
caugner May 24, 2022
548520b
Merge branch 'main' into use-webref-syntax
wbamberg Jun 3, 2022
347bf04
Merge from upstream/main
wbamberg Jun 21, 2022
8f619c5
Use mdn.localString for human-readable strings
wbamberg Jun 21, 2022
69c852a
Remove replaceAll polyfill
wbamberg Jun 22, 2022
42fca89
Actually concaenate newValues onto values
wbamberg Jun 23, 2022
0929262
updated yarn.lock
wbamberg Jun 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading