forked from w3c/css-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge w3c:main 2022-06-07 #1
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
Open
hannibal218bc
wants to merge
693
commits into
Handig-Eekhoorn:heek-master
Choose a base branch
from
w3c:main
base: heek-master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modernized svg properties
* redo attribute selector parsing to include wq-name and modifier. See https://www.w3.org/TR/2018/WD-selectors-4-20181121/#attribute-selectors * redo attribute selector parsing to include wq-name and modifier. See https://www.w3.org/TR/2018/WD-selectors-4-20181121/#attribute-selectors * redo attribute selector parsing to include wq-name and modifier. See https://www.w3.org/TR/2018/WD-selectors-4-20181121/#attribute-selectors * production renaming * lang() pseudo function value check (wildcard ranges are not checked, only tags) * combinator must be a string (as column combinator is not a single char anymore) + renaming to differentiate plain selectors from fake ones (combinators) * moved combinators for clarity * support for pseudofunction requiring a selector list as an argument * making :not() more generic, note that the behaviour of selectors-3 changed for :not, so extra checks should be done (currently skipped) * added applcontext for further checks * support for :has() and relative selectors * complex selector parsing per https://www.w3.org/TR/2018/WD-selectors-4-20181121/#grammar
Fixed the improper assumption that :: was only followed by ident
…<baseline-position> | <overflow-position>? [ <self-position> | left | right ] the <overflow-position> [left | right] and <self-position> parsing were missing. Fixed a bug where delegating parsing of the justify-self part forgot first extra value before parsing -> recreate a new expression before proceeding. This should fix #338
…eudo (it was defined but not parsed and checked), recast :lang() as expecting a value. Note that we might move to a complete CssExpression parsing and not only one value if needed in the future.
…ly to remove padded escapes like in gr\65 en -> gr\000065en to avoid the space (example is bad as it is modified as 'green') This fixes #130
… set. now using properly formatted string, fixing #342
Complementary translation of several messages
Completing missing translations and correcting existing ones. The file has been compared with the English file and is now complete.
Full update Messages.properties.pl-PL
Not in use since db654e4
This class was managed by tabtastic.css which is not in use anymore
Drop tabstatic files which are not in use anymore since 2007
more restriction on entity expansion
On the jigsaw server it seems RUN.html is redirected to DOWNLOAD.html but this RUN.html file doesn't exist. So fix the URL.
The menu.tmpl & menu.pl are not required there
add only scripts/**.js to the war
href: RUN.html -> DOWNLOAD.html
Generate html files at build time (keeps HTML)
new W3C logo
restore logo id
2025 version of the CSS Valid icons
Build update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.