Skip to content

Conversation

@hannibal218bc
Copy link

No description provided.

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
ylafon and others added 30 commits March 20, 2025 13:28
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)
2025 version of the CSS Valid icons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.