Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
693 commits
Select commit Hold shift + click to select a range
bde96da
Merge pull request #337 from w3c/svg-var
ylafon Sep 28, 2021
60a34e6
Selectors 4 (#339)
ylafon Sep 30, 2021
57732b7
added ::slotted() :host() and :host-context() per css-scoping-1
ylafon Oct 1, 2021
c27a5dd
regen
ylafon Oct 1, 2021
29d46b3
check for spaces after compound selector
ylafon Oct 1, 2021
bd347b0
regen
ylafon Oct 1, 2021
92b6fb6
Fix a bug in justify-self parsing where in auto | normal | stretch | …
ylafon Oct 1, 2021
6e80915
trying to address tools configuration and template location for windows
ylafon Oct 2, 2021
e5478cf
align defaults
ylafon Oct 2, 2021
85ffadd
regen
ylafon Oct 2, 2021
f97bc64
revert partially the use of local file separator, as the second one i…
ylafon Oct 3, 2021
ae5c361
made list of otuput and list of languages dynamic in usage text
ylafon Oct 3, 2021
61864ab
updated some deps
ylafon Oct 3, 2021
2ac365d
simplifying velocity tools init
ylafon Oct 3, 2021
631ffe8
:dir() per https://www.w3.org/TR/2018/WD-selectors-4-20181121/#dir-ps…
ylafon Oct 5, 2021
8e60f57
regen
ylafon Oct 5, 2021
5e4f7b3
fixing bcp47 validation by requireing iso3, need to check if it is right
ylafon Oct 5, 2021
db3c5f9
parsed properly an+b, and the optional selectors list of all the :nth…
ylafon Oct 6, 2021
2c66c2f
regen
ylafon Oct 6, 2021
3253196
:nth-col() and :nth-last-col() per https://www.w3.org/TR/2018/WD-sele…
ylafon Oct 6, 2021
2283624
regen
ylafon Oct 6, 2021
d684f4c
added missing play state parsing in the animation shorthand
ylafon Oct 6, 2021
0467c2a
Remove the automatic canonicalisation of escapes, it is now forced on…
ylafon Oct 7, 2021
a26f1a0
BigDecimal parsing was choking on leading space, when no operator was…
ylafon Oct 7, 2021
e2671a9
regen
ylafon Oct 7, 2021
6376862
ident check was using the wronge equality check, this fixes #343
ylafon Oct 8, 2021
b6a7c3b
proper check for css-wide idents
ylafon Oct 8, 2021
c51c0ce
proper check for css-wide idents (cont.)
ylafon Oct 8, 2021
703c5b7
escaping url(
ylafon Oct 8, 2021
e672466
regen
ylafon Oct 8, 2021
957861a
proper check for css-wide idents (cont.)
ylafon Oct 8, 2021
90d4aff
proper check for css-wide idents (cont.)
ylafon Oct 8, 2021
dfa68e1
proper check for css-wide idents (cont.)
ylafon Oct 8, 2021
a8b4de5
proper check for css-wide idents (cont.)
ylafon Oct 8, 2021
402867f
proper check for css-wide idents (cont.)
ylafon Oct 9, 2021
b534570
b can be null, do a proper check, this fixes #344
ylafon Oct 11, 2021
bd5bc13
use a pre-processing stream reader to enforce css3-syntax pre process…
ylafon Oct 11, 2021
fbaa85f
regen
ylafon Oct 11, 2021
810fa49
escaping url(
ylafon Oct 8, 2021
f533071
regen
ylafon Oct 8, 2021
8d39369
use a pre-processing stream reader to enforce css3-syntax pre process…
ylafon Oct 11, 2021
255a36b
regen
ylafon Oct 11, 2021
b9d1cc6
Merge branch 'functionescape' of github.com:w3c/css-validator into fu…
ylafon Oct 11, 2021
36ca5c4
better handling of the case where we are not unescaping things on pur…
ylafon Oct 12, 2021
8398074
use proper value in warning to show preferred value to use
ylafon Oct 12, 2021
e2a4b0b
ignoreEscape was not in the right place + better special case for one…
ylafon Oct 12, 2021
449c4ed
escaping url(
ylafon Oct 8, 2021
71e6db8
regen
ylafon Oct 8, 2021
fd59533
use a pre-processing stream reader to enforce css3-syntax pre process…
ylafon Oct 11, 2021
b745b10
regen
ylafon Oct 11, 2021
dd88982
escaping url(
ylafon Oct 8, 2021
a898f0a
regen
ylafon Oct 8, 2021
07acb07
better handling of the case where we are not unescaping things on pur…
ylafon Oct 12, 2021
2803f98
ignoreEscape was not in the right place + better special case for one…
ylafon Oct 12, 2021
28bb7b0
merged
ylafon Oct 12, 2021
888e5b4
filtering surrogate code point per css3-syntax
ylafon Oct 12, 2021
d17050b
tokeniser change for class selector (#345)
ylafon Oct 13, 2021
cea1862
add support for documenting charset when creating the inputstream (an…
ylafon Oct 14, 2021
989962d
Merge pull request #346 from w3c/postencoding
ylafon Oct 14, 2021
66f3dcf
fixing typos, thanks @dd8 for the report
ylafon Oct 15, 2021
16ed0d6
use ident() instead of <IDENT> to ensure we capture corner cases or r…
ylafon Oct 15, 2021
72789a3
removed the 'unknown' in vendor extension warnings, see #347
ylafon Oct 19, 2021
5ce81d7
always read more to ensure we are not stuck when asked to read 1 char…
ylafon Oct 19, 2021
acf1af2
Merge pull request #349 from w3c/functionescape
ylafon Oct 19, 2021
c8a155c
new unit per https://www.w3.org/TR/2021/WD-css-values-4-20211016/
ylafon Oct 21, 2021
0a54594
regen
ylafon Oct 21, 2021
56b43c7
more compact definition of relative lengths
ylafon Oct 21, 2021
ad2337f
regen
ylafon Oct 21, 2021
c106784
Fix check limit (was one char past z... which is { leading to imprope…
ylafon Oct 25, 2021
057de2c
Fix check limit (was one char past z... which is { leading to imprope…
ylafon Oct 25, 2021
b34cc71
move math function under one. TODO, different validation based on the…
ylafon Oct 25, 2021
b824567
regen
ylafon Oct 25, 2021
19fa57a
remove the wrong limit check, correct double next. Fix for #350
ylafon Oct 25, 2021
1900d1d
trig functions + e and pi
ylafon Oct 27, 2021
196ed42
regen
ylafon Oct 27, 2021
5a2f1a9
added round()
ylafon Nov 3, 2021
b3aa573
support other math functions
ylafon Nov 3, 2021
b439c9a
regen
ylafon Nov 3, 2021
4969ace
special casing the optional ident, which is conflicting with pi and e…
ylafon Nov 3, 2021
e7c4a8c
regen
ylafon Nov 3, 2021
922b16c
Merge pull request #351 from w3c/units-4
ylafon Nov 3, 2021
dff3333
overscroll-behavior (-x|-y) per https://www.w3.org/TR/2019/WD-css-ove…
ylafon Nov 17, 2021
721fc68
overscroll-behavior-inline per https://www.w3.org/TR/2019/WD-css-over…
ylafon Nov 17, 2021
35b71f7
overscroll-behavior-block per https://www.w3.org/TR/2019/WD-css-overs…
ylafon Nov 17, 2021
1d53391
Merge pull request #353 from w3c/overscroll-1
ylafon Nov 17, 2021
301f99a
wrong output for unicode-range, it is a comma-separated list, not a w…
ylafon Dec 5, 2021
d040740
no need to log
ylafon Dec 15, 2021
fd8dcb7
deps
ylafon Dec 15, 2021
a47009f
more deps
ylafon Dec 16, 2021
b86f61a
use current css-wide checks + update to latest CR of css-scrollbar-1
ylafon Jan 5, 2022
3c982bb
Corrections in the encoding of characters ą, ś, ź
BeckyDTP Feb 7, 2022
37921b4
Merge pull request #357 from BeckyDTP/patch-1
ylafon Feb 9, 2022
cf572b6
move to https
ylafon Mar 7, 2022
a9d5135
Merge branch 'main' of github.com:w3c/css-validator into main
ylafon Mar 7, 2022
35c3b64
more http->https
ylafon Mar 10, 2022
41ecdcc
Fix Chinese translation
xfq Apr 1, 2022
b779279
Merge pull request #360 from w3c/xfq/chinese
ylafon Apr 1, 2022
98452cb
Update prefers-contrast to match spec changes
Seirdy Apr 23, 2022
dabe53f
grammar was case sensitive but not the processing of it, this address…
ylafon May 7, 2022
7b5a443
Merge pull request #364 from Seirdy/prefers-contrast
ylafon May 9, 2022
1b1759d
add horizontal-viewport-segments per https://www.w3.org/TR/2021/WD-me…
ylafon May 9, 2022
5cf1dbd
add vertical-viewport-segments per https://www.w3.org/TR/2021/WD-medi…
ylafon May 9, 2022
3591111
content-visibility per https://www.w3.org/TR/2020/WD-css-contain-2-20…
ylafon May 11, 2022
95b6f35
add missing border-inline-end-color. This fixes #367
ylafon Jun 29, 2022
ace5b9f
modify message as previous has been abused by scammers as well
ylafon Jul 26, 2022
dc5aca8
UPDATE: Better comparison for null-Byte
Jul 28, 2022
3572a2d
Merge pull request #374 from Handig-Eekhoorn/PR-ignore_null-byte_for_…
ylafon Aug 23, 2022
d755ce2
reformatted
ylafon Aug 23, 2022
618f94c
re: #377 instead of filtering null entries, avoid adding them, or cle…
ylafon Aug 29, 2022
eca30bb
fix for unaccounted user-defined list-style, add errors for non ident…
ylafon Oct 15, 2022
d8af31b
return proper value for the 0 code point
ylafon Oct 29, 2022
e63c99b
Allow preprocessing of the input stream to be skipped
sideshowbarker Oct 30, 2022
ebabe74
Merge pull request #382 from w3c/sideshowbarker/preprocessing-skippin…
ylafon Oct 30, 2022
62d8c80
Don’t do surrogate replacement when preprocessing input stream
sideshowbarker Nov 2, 2022
b7153af
More complete fix for #387
ylafon Nov 10, 2022
8ef8808
Merge pull request #386 from w3c/sideshowbarker/surrogate-replacment-…
ylafon Nov 28, 2022
84331a4
Fixes #391 if no ns defined, then fail
ylafon Jan 4, 2023
fec8408
This fixes #390
ylafon Jan 6, 2023
fd33864
regen after fec84084
ylafon Jan 6, 2023
82cdade
care about font-variant-position in the longhand, fixes #397
ylafon Mar 13, 2023
126099e
reworked slightly the proposal in #392
ylafon Mar 13, 2023
6874d19
regen (see #392)
ylafon Mar 13, 2023
1f53ba8
Fixed resource references
7h3Rabbit Sep 13, 2023
46f3038
Merge pull request #404 from 7h3Rabbit/main
ylafon Sep 24, 2023
2cf6c65
Following https://lists.w3.org/Archives/Public/www-validator-css/2023…
ylafon Nov 24, 2023
e409d4c
update jar defs
ylafon Nov 24, 2023
fd4a580
Complementary translation of several messages
BeckyDTP Nov 29, 2023
be17271
word-space-transform per https://www.w3.org/TR/2024/WD-css-text-4-202…
ylafon Mar 18, 2024
493dd9f
text-wrap-mode per https://www.w3.org/TR/2024/WD-css-text-4-20240219/…
ylafon Mar 19, 2024
34ae5fa
wrap-inside per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#pr…
ylafon Mar 19, 2024
8cd1f6b
wrap-after per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#pro…
ylafon Mar 19, 2024
50510fb
wrap-before per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#pr…
ylafon Mar 19, 2024
b88d8cb
text-wrap-style per https://www.w3.org/TR/2024/WD-css-text-4-20240219…
ylafon Mar 19, 2024
09d6670
fix copy/paste issue
ylafon Mar 19, 2024
55875a1
updated reference
ylafon Mar 19, 2024
4363bdc
text-wrap per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#prop…
ylafon Mar 19, 2024
ef6daa7
white-space-trim per https://www.w3.org/TR/2024/WD-css-text-4-2024021…
ylafon Mar 20, 2024
bc0b013
(c)
ylafon Mar 20, 2024
71a2e00
white-space-collapse per https://www.w3.org/TR/2024/WD-css-text-4-202…
ylafon Mar 20, 2024
eef81b2
white-space updated per https://www.w3.org/TR/2024/WD-css-text-4-2024…
ylafon Apr 7, 2024
43ea344
word-break per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#pro…
ylafon Apr 7, 2024
2932661
updated spec ref.
ylafon Apr 7, 2024
1b751a4
updated spec ref.
ylafon Apr 7, 2024
6ade4a6
hyphenate-character per https://www.w3.org/TR/2024/WD-css-text-4-2024…
ylafon Apr 7, 2024
53f265a
hyphenate-limit-zone per https://www.w3.org/TR/2024/WD-css-text-4-202…
ylafon Apr 7, 2024
e302a50
hyphenate-limit-chars per https://www.w3.org/TR/2024/WD-css-text-4-20…
ylafon Apr 7, 2024
f0b7056
hyphenate-limit-lines per https://www.w3.org/TR/2024/WD-css-text-4-20…
ylafon Apr 7, 2024
f7bf460
hyphenate-limit-last per https://www.w3.org/TR/2024/WD-css-text-4-202…
ylafon Apr 7, 2024
3b01237
fixed specref
ylafon Apr 7, 2024
1433c43
text-align updated per https://www.w3.org/TR/2024/WD-css-text-4-20240…
ylafon Apr 7, 2024
8ed3b8a
text-align-all updated per https://www.w3.org/TR/2024/WD-css-text-4-2…
ylafon Apr 7, 2024
485ed83
fixed specref
ylafon Apr 7, 2024
9430975
updated text-justify per https://www.w3.org/TR/2024/WD-css-text-4-202…
ylafon Apr 7, 2024
cd24dfc
text-group-align per https://www.w3.org/TR/2024/WD-css-text-4-2024021…
ylafon Apr 7, 2024
72e2459
fixed specref
ylafon Apr 8, 2024
99ade37
fixed specref
ylafon Apr 8, 2024
5ce8f4b
missed it in cd24dfcf8067dd5d7fdd9333fd09444c93add94a
ylafon Apr 8, 2024
032af0c
line-padding per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#p…
ylafon Apr 8, 2024
32c1b99
text-autospace per https://www.w3.org/TR/2024/WD-css-text-4-20240219/…
ylafon Apr 8, 2024
6d481ca
text-spacing-trim per https://www.w3.org/TR/2024/WD-css-text-4-202402…
ylafon Apr 8, 2024
e95180c
reverse the order as a value needs to be there before operator is set…
ylafon Apr 8, 2024
16eed8c
text-spacing per https://www.w3.org/TR/2024/WD-css-text-4-20240219/#p…
ylafon Apr 8, 2024
a1ee3a2
spec update
ylafon Apr 8, 2024
1f1786f
spec update
ylafon Apr 8, 2024
fbe43c5
Merge pull request #417 from w3c/text-transform-4
ylafon Apr 8, 2024
b72d7c9
fix math functions containing variables, this fixes #412
ylafon Apr 9, 2024
78ebb17
Updates #372 to cope with grammar changes, fixes #370
ylafon Apr 9, 2024
e1261e3
allow empty function declarations (as in filter definition having onl…
ylafon Apr 9, 2024
53b0f2c
regen
ylafon Apr 9, 2024
fef61cf
fixing empty function definition for some filters, fixes #413, see e1…
ylafon Apr 9, 2024
ad4b711
fix aspect-ratio allowing also only one number, fix #381 (and https:/…
ylafon Apr 9, 2024
9a54c0d
allow empty expression for variable definitions. Fixes #368
ylafon Apr 15, 2024
7fd120a
relative_selector's combinator is optional, this addresses #407
ylafon Apr 19, 2024
27c550c
same as 7fd120a7d7581f204fdb995e605bcf6d4dbe158a, don't add descendan…
ylafon Apr 20, 2024
de91519
add a default media if the list is empty and a mediafeature is about …
ylafon Apr 23, 2024
33df784
[regression] old bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=7…
ylafon Apr 23, 2024
c4cc8de
fix typo
remi-lem Jun 20, 2024
4960d64
Merge pull request #424 from remi-lem/patch-1
ylafon Jun 20, 2024
ce504a7
new translation per https://lists.w3.org/Archives/Public/w3c-translat…
ylafon Jun 20, 2024
9325825
explicit timeouts for URL access
ylafon Aug 26, 2024
cba8c41
Fix non-functional --printCSS/-p option
udittmer Nov 13, 2024
863debe
Merge pull request #432 from udittmer/patch-1
ylafon Nov 13, 2024
f0ea166
relative/absolute length check should care about late resolved values…
ylafon Jan 10, 2025
23b49f3
Merge remote-tracking branch 'refs/remotes/origin/main'
ylafon Jan 10, 2025
06c21f1
cleanup used jar, updated refs
ylafon Jan 25, 2025
a058e26
use LevenshteinDistance from the right package (previous one is depre…
ylafon Jan 25, 2025
dfc4ca1
remove external entities processing in XML mode
ylafon Jan 28, 2025
3682b2f
support for light-dark() per https://www.w3.org/TR/2024/WD-css-color-…
ylafon Jan 28, 2025
27c7d5d
first parameter can be a number
ylafon Jan 28, 2025
c8e4328
care about multiple values in a variable expression, see #421, second…
ylafon Jan 29, 2025
ddaed11
care about multiple values in a variable expression, see #421, second…
ylafon Jan 29, 2025
6ffb8d5
prepare for image tags
ylafon Feb 4, 2025
e50b880
font-size-adjust per https://www.w3.org/TR/2024/WD-css-fonts-5-202402…
ylafon Mar 2, 2025
0f7b961
Merge pull request #437 from w3c/font-size-adjust-5
ylafon Mar 2, 2025
94d9c0b
exit properly
ylafon Mar 3, 2025
4586578
updated refs
ylafon Mar 3, 2025
f4dda67
scale per https://www.w3.org/TR/2021/WD-css-transforms-2-20211109/#pr…
ylafon Mar 3, 2025
5197323
copy/paste fix
ylafon Mar 6, 2025
b77d26d
translate per https://www.w3.org/TR/2021/WD-css-transforms-2-20211109…
ylafon Mar 6, 2025
b8f7495
rotate per https://www.w3.org/TR/2021/WD-css-transforms-2-20211109/#p…
ylafon Mar 6, 2025
03198dd
updated scale() scaleX() scaleY() and perspective() per https://www.w…
ylafon Mar 6, 2025
44e734d
Merge pull request #438 from w3c/transform-2
ylafon Mar 6, 2025
7e3f135
Remove unused images
vivienlacourba Mar 14, 2025
f946831
Fix links to screenshots in Spanish
vivienlacourba Mar 14, 2025
4a9a2ba
No need to keep GIF variants anymore (See Gerald's past analysis http…
vivienlacourba Mar 14, 2025
37d787d
Use https to link to valid icons and Markup and CSS validators check …
vivienlacourba Mar 14, 2025
1704269
Update link to W3C Donate page now at: https://www.w3.org/donate/
vivienlacourba Mar 15, 2025
9fba28e
Use https for https://www.w3.org/QA/Tools/I_heart_validator image
vivienlacourba Mar 15, 2025
80f1557
Use https for validator.w3.org URIs
vivienlacourba Mar 15, 2025
53a3950
Remove link and logo to legacy QA activity in footer
vivienlacourba Mar 15, 2025
77c8c49
Update css-validator.jar release URI from http://www.w3.org/QA/Tools/…
vivienlacourba Mar 15, 2025
71a0027
Remove link and logo to legacy QA activity in footer
vivienlacourba Mar 15, 2025
9196626
More https links
vivienlacourba Mar 15, 2025
c7985ef
Merge pull request #440 from w3c/cleanup_images
ylafon Mar 17, 2025
6c0f35b
Merge branch 'main' into templateupdates
ylafon Mar 17, 2025
fc6f4bd
Merge pull request #441 from w3c/templateupdates
ylafon Mar 17, 2025
d88e85c
Update copyright section using the English one from the W3C website
vivienlacourba Mar 18, 2025
7dc44ac
Update pages that were still linking to the legacy https://www.w3.org…
vivienlacourba Mar 18, 2025
06557f9
Introduction of the second value made the length or percentage can be…
ylafon Mar 19, 2025
08aecfe
Merge pull request #442 from w3c/footerupdate
ylafon Mar 19, 2025
819003d
Merge pull request #409 from BeckyDTP/patch-2
ylafon Mar 20, 2025
66877a4
Full update Messages.properties.pl-PL
BeckyDTP Mar 20, 2025
da8a31d
Merge pull request #443 from BeckyDTP/patch-3
ylafon Mar 21, 2025
25c4328
new W3C logo
deniak Apr 1, 2025
ea067b9
Remove tabtastic
tenzap Jun 8, 2025
c6d5693
remove reference to tabset_label
tenzap Jun 8, 2025
d61facd
remove tabtastic from build.xml
tenzap Jun 8, 2025
cbd3400
Merge pull request #446 from tenzap/tabtastic
ylafon Jun 11, 2025
7e50b9b
more restriction on entity expansion, like in commit dfc4ca1a3b1147c6…
ylafon Jun 16, 2025
0cf8f6a
Merge pull request #448 from w3c/krr
ylafon Jun 16, 2025
9d7189a
RUN.html -> DOWNLOAD.html
tenzap Jun 29, 2025
8d0b1b7
add only scripts/**.js to the war
tenzap Jul 6, 2025
5c91833
Merge pull request #456 from tenzap/js
ylafon Jul 7, 2025
d40dd58
Merge pull request #452 from tenzap/RUN
ylafon Jul 7, 2025
529cd67
Generate html files at build time
tenzap Jun 29, 2025
4d612a6
Merge pull request #457 from tenzap/regenerate2
ylafon Jul 8, 2025
9b2ac14
reduce logo size
deniak Sep 26, 2025
201d489
Updated 2025 version of the CSS Valid icons from https://www.w3.org/2…
vivienlacourba Sep 26, 2025
276e5f4
remove remants of old logo
deniak Sep 26, 2025
383bf41
Merge pull request #460 from w3c/new-logo
deniak Oct 1, 2025
f449131
restore logo id
deniak Oct 1, 2025
e7cb3aa
Merge pull request #462 from w3c/logo-fix
deniak Oct 1, 2025
291909e
Merge pull request #461 from w3c/new-valid-icons
deniak Oct 1, 2025
2ad7a27
beanutils -> 1.11.0
ylafon Oct 11, 2025
816b96c
collections -> 4.5.0
ylafon Oct 11, 2025
48707a3
lang3 -> 3.19.0
ylafon Oct 11, 2025
ceed735
logging -> 1.3.5
ylafon Oct 11, 2025
251cb28
text -> 1.14.0
ylafon Oct 11, 2025
1dacb69
validator -> 1.10.0
ylafon Oct 11, 2025
1b6fc14
Merge pull request #463 from w3c/build-update
ylafon Oct 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 20 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Java CI

on:
pull_request: {}
push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setting JDK
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Ant
run: ant -noinput -buildfile build.xml
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

13 changes: 6 additions & 7 deletions BUGS.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
href="style/general.css" type="text/css" />
</head>
<body>
<a class="left" href="http://www.w3.org"><img
<a class="left" href="https://www.w3.org"><img
src="http://www.w3.org/Icons/w3c_home" border="0" alt="w3c" width="72"
height="48" /></a>
<a class="right" href="http://www.w3.org/Jigsaw/"><img
<a class="right" href="https://www.w3.org/Jigsaw/"><img
src="http://jigsaw.w3.org/Icons/jigpower" alt="Jigsaw Powered"
border="0" width="94" height="52" /></a>
<br />
Expand All @@ -28,17 +28,16 @@ <h1 class="center">CSS Validator Issue Tracking</h1>

<ul>
<li><a href="https://github.com/w3c/css-validator/issues">All active CSS Validator issues</a></li>
<li><a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">All active CSS Validator legacy issues</a></li>
<li><a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">All active CSS Validator legacy issues</a></li>
<li><a href="https://github.com/w3c/css-validator/issues/new">New CSS Validator issue</a></li>
</ul>

<hr class="large" />
<a class="right" href="http://validator.w3.org/">
<img src="http://www.w3.org/Icons/valid-xhtml10"
<a class="right" href="https://validator.w3.org/">
<img src="https://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" border="0" width="88" height="31" /></a>
<a class="right" href="http://jigsaw.w3.org/css-validator">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" /></a>
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>

<address><a
href="Email.html">www-validator-css</a></address><br />
Expand Down
12 changes: 6 additions & 6 deletions COPYRIGHT.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang='en' lang='en'>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/base.css" />
<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/base.css" />
<title>W3C IPR SOFTWARE NOTICE</title>
</head>
<body>
<h1>W3C<sup>&reg;</sup> SOFTWARE NOTICE AND LICENSE</h1>

<h3>Copyright &copy; 1997-2002 <a href="http://www.w3.org/">World
<h3>Copyright &copy; 1997-2002 <a href="https://www.w3.org/">World
Wide Web Consortium</a>, (<a
href="http://www.lcs.mit.edu/">Massachusetts Institute of
Technology</a>, <a href="http://www.inria.fr/">Institut National de
Recherche en Informatique et en Automatique</a>, <a
href="http://www.keio.ac.jp/">Keio University</a>). All Rights
href="https://www.keio.ac.jp/">Keio University</a>). All Rights
Reserved. http://www.w3.org/Consortium/Legal/</h3>

<p>This W3C work (including software, documents, or other related
Expand All @@ -39,11 +39,11 @@ <h3>Copyright &copy; 1997-2002 <a href="http://www.w3.org/">World
following form (hypertext is preferred, text is permitted) should
be used within the body of any redistributed or derivative code:
"Copyright &copy; [$date-of-software] <a
href="http://www.w3.org/">World Wide Web Consortium</a>, (<a
href="https://www.w3.org/">World Wide Web Consortium</a>, (<a
href="http://www.lcs.mit.edu/">Massachusetts Institute of
Technology</a>, <a href="http://www.inria.fr/">Institut National de
Recherche en Informatique et en Automatique</a>, <a
href="http://www.keio.ac.jp/">Keio University</a>). All Rights
href="https://www.keio.ac.jp/">Keio University</a>). All Rights
Reserved. http://www.w3.org/Consortium/Legal/"</li>

<li>Notice of any changes or modifications to the W3C files,
Expand Down Expand Up @@ -86,7 +86,7 @@ <h3>Copyright &copy; 1997-2002 <a href="http://www.w3.org/">World

<p>&nbsp;</p>

<address><a href="http://www.w3.org/Help/Webmaster.html">webmaster</a><br />
<address><a href="https://www.w3.org/Help/Webmaster.html">webmaster</a><br />
(last updated $Date$)</address>

</body>
Expand Down
39 changes: 11 additions & 28 deletions DOWNLOAD.html.bg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<body>
<div id="banner">
<h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
<h1 id="title"><a href="https://www.w3.org/"><img alt="W3C" id="logo" src="https://www.w3.org/assets/logos/w3c-2025/svg/margins/w3c-letters-bg-white.svg" /></a>
<a href="./"><span>CSS Validation Service</span></a></h1>
<p id="tagline">
Проверете Cascading Style Sheets (CSS) и (X)HTML документи със style sheets
Expand All @@ -40,7 +40,7 @@
</p>
<h4>Изтегляне на java пакет (jar или war)</h4>
<!-- <p>TBD... we just need a stable location to put jar/war archives on a regular basis</p>-->
<p><a href="http://www.w3.org/QA/Tools/css-validator/css-validator.jar">css-validator.jar</a></p>
<p><a href="https://github.com/w3c/css-validator/releases/latest/download/css-validator.jar">css-validator.jar</a></p>


<h3>Указател за инсталиране</h3>
Expand All @@ -58,9 +58,9 @@
<p>Това ръководство за инсталиране приема, че сте изтеглили, инсталирали и тествали: </p>
<ul class="instructions">
<li>Работеща java среда</li>
<li>Инструментът за създаване на java <a href="http://ant.apache.org/">Ant</a></li>
<li>Инструментът за създаване на java <a href="https://ant.apache.org/">Ant</a></li>
<li>Java уеб сървлет контейнер като,
<a href="http://www.w3.org/Jigsaw/">Jigsaw</a>, <a href="http://tomcat.apache.org/">Tomcat</a> или
<a href="https://www.w3.org/Jigsaw/">Jigsaw</a>, <a href="https://tomcat.apache.org/">Tomcat</a> или
<a href="http://www.mortbay.org/">Jetty</a>, ако сте планирали да използвате валидатора като онлайн услуга.
Това ръководство засяга подробно само Tomcat и Jigsaw.</li>
</ul>
Expand All @@ -72,9 +72,9 @@
би трябвало да откриете в [<span class="const">TOMCAT_DIR</span>]/common/lib/) вероятно
с името servlet-api.jar. Ако не, вземете я от
<a href="http://java.sun.com/products/servlet/download.html">java.sun.com</a></li>
<li><a href="http://jigsaw.w3.org/Devel/classes-2.2/20060329/">jigsaw.jar</a></li>
<li><a href="https://jigsaw.w3.org/Devel/classes-2.2/20060329/">jigsaw.jar</a></li>
<li>xercesImpl.jar и xml-apis.jar (които могат да бъдат изтеглени с
<a href="http://www.apache.org/dist/xml/xerces-j/">xerces-j-bin</a>).</li>
<a href="https://www.apache.org/dist/xml/xerces-j/">xerces-j-bin</a>).</li>
<li><a href="http://ccil.org/~cowan/XML/tagsoup/">tagsoup.jar</a></li>
</ul>

Expand Down Expand Up @@ -205,33 +205,16 @@ http://localhost:8001/css-validator/validator.html</li>
<div id="footer">
<p id="activity_logos">

<a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, Ви предлага безплатни инструменти за качество в Мрежата и други"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://dichev.com/Style/CSS/learning/" title="Научете повече за Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
<a href="http://dichev.com/Style/CSS/learning/" title="Научете повече за Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
</p>

<p id="support_logo">
Подкрепете този инструмент, станете<br />
<a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Поддръжник" /></a>
<a href="https://www.w3.org/donate/">
<img src="https://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title="Validators Donation Program" />
</a>
</p>

<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2007
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;

(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
<a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>),
All Rights Reserved.
W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>

and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>

rules apply. Your interactions with this site are in accordance
with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
<p class="copyright"><span lang="en" dir="ltr">Copyright &copy; 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>.<br> <abbr title="World Wide Web Consortium">W3C</abbr><sup>&reg;</sup> <a href="https://www.w3.org/policies/#disclaimers">liability</a>, <a href="https://www.w3.org/policies/#trademarks">trademark</a> and <a rel="license" href="https://www.w3.org/copyright/document-license/" title="W3C Document License">permissive license</a> rules apply.</span></p>

</div>
</body>
Expand Down
40 changes: 11 additions & 29 deletions DOWNLOAD.html.de
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="revision" content="$Id$" /><!-- SSI Template Version: $Id$ --></head>
<body>
<div id="banner">
<h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
<h1 id="title"><a href="https://www.w3.org/"><img alt="W3C" id="logo" src="https://www.w3.org/assets/logos/w3c-2025/svg/margins/w3c-letters-bg-white.svg" /></a>
<a href="./"><span>CSS Validierungsdienst</span></a></h1>
<p id="tagline">
Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
Expand All @@ -27,14 +27,14 @@
<h3 id="download">Den CSS Validator herunterladen</h3>

<h4 id="source">Quellcode herunterladen</h4>
<p>Der <a href="https://github.com/w3c/css-validator">CSS Validator</a> ist zum Download per CVS verfügbar. Folgen Sie den <a href="http://dev.w3.org/cvsweb/">Anweisungen</a>
<p>Der <a href="https://github.com/w3c/css-validator">CSS Validator</a> ist zum Download per CVS verfügbar. Folgen Sie den <a href="https://dev.w3.org/cvsweb/">Anweisungen</a>
zum Zugriff auf den öffentlichen W3C CVS-Server und laden Sie
2002/css-validator herunter. Beachten Sie, dass die Online-Version des
CSS-Validators in der Regel älter ist als die CVS-Version. Ergebnisse
und Aussehen können leicht abweichen... </p>
<h4>Download als Java-Package (.jar oder .war)</h4>
<!-- <p>Noch offen. Wir brauchen noch einen stabilen Ort, an dem wir solche Packages regelmäßig ablegen können.</p>-->
<p><a href="http://www.w3.org/QA/Tools/css-validator/css-validator.jar">css-validator.jar</a></p>
<p><a href="https://github.com/w3c/css-validator/releases/latest/download/css-validator.jar">css-validator.jar</a></p>

<h3>Installationsanleitung</h3>
<p>Der CSS Validierungsservice ist eine in Java geschriebene
Expand All @@ -46,15 +46,15 @@ Anleitung aber hauptsächlich Details über die Installation als
Online-Servlet mit der Apache Servlet-Engine Tomcat geben. </p><p>Ein paar Anweisungen zur Installation als Servlet mit Jigsaw und zum Betrieb von der Kommandozeile finden Sie weiter unten.</p><h4 id="prereq">Voraussetzungen</h4>

<p>Die Installationsanleitung geht davon aus, dass Sie die folgenden Werkzeuge heruntergeladen, installiert und getestet haben:</p><ul class="instructions"><li>Eine funktionierende Java-Umgebung</li>
<li>Das Bauwerkzeug <a href="http://ant.apache.org/">Ant</a></li>
<li>Einen Java Web-Servlet-Container wie <a href="http://www.w3.org/Jigsaw/">Jigsaw</a>, <a href="http://tomcat.apache.org/">Tomcat</a> oder <a href="http://www.mortbay.org/">Jetty</a>, falls Sie vorhaben den Validator als Online-Dienst zu betreiben. Die Anleitung behandelt nur Tomcat und Jigsaw im Detail..</li>
<li>Das Bauwerkzeug <a href="https://ant.apache.org/">Ant</a></li>
<li>Einen Java Web-Servlet-Container wie <a href="https://www.w3.org/Jigsaw/">Jigsaw</a>, <a href="https://tomcat.apache.org/">Tomcat</a> oder <a href="http://www.mortbay.org/">Jetty</a>, falls Sie vorhaben den Validator als Online-Dienst zu betreiben. Die Anleitung behandelt nur Tomcat und Jigsaw im Detail.</li>

</ul>
<p id="prereq-libs">Für die Installation auf Ihrem System benötigen Sie die folgenden Java-Bibliotheken:</p>
<ul class="instructions">
<li>servlet.jar (die Sie, wenn Sie Tomcat in [<span class="const">TOMCAT_DIR</span>] installiert haben, in [<span class="const">TOMCAT_DIR</span>]/common/lib/ finden sollten, möglicherweise unter dem Namen servlet-api.jar. Wenn nicht, können Sie die Bibliothek bei <a href="http://java.sun.com/products/servlet/DOWNLOAD.html">java.sun.com</a> herunterladen</li>
<li><a href="http://jigsaw.w3.org/Devel/classes-2.2/20060329/">jigsaw.jar</a></li>
<li>xercesImpl.jar und xml-apis.jar (beide können mit <a href="http://www.apache.org/dist/xml/xerces-j/">xerces-j-bin</a> heruntergeladen werden).</li>
<li><a href="https://jigsaw.w3.org/Devel/classes-2.2/20060329/">jigsaw.jar</a></li>
<li>xercesImpl.jar und xml-apis.jar (beide können mit <a href="https://www.apache.org/dist/xml/xerces-j/">xerces-j-bin</a> heruntergeladen werden).</li>
<li><a href="http://ccil.org/~cowan/XML/tagsoup/">tagsoup.jar</a></li>
</ul>

Expand Down Expand Up @@ -218,34 +218,16 @@ das css-validator.jar wie oben beschrieben, und starten Sie es wie folgt:<br />
<div id="footer">
<p id="activity_logos">

<a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
<a href="https://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
</p>

<p id="support_logo">
<a href="http://www.w3.org/QA/Tools/Donate">
<img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
<a href="https://www.w3.org/donate/">
<img src="https://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
</a>
</p>

<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®

(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
<a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>),
All Rights Reserved.
W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>

and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>

rules apply. Your interactions with this site are in accordance
with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
<p class="copyright"><span lang="en" dir="ltr">Copyright &copy; 2025 <a href="https://www.w3.org/">World Wide Web Consortium</a>.<br> <abbr title="World Wide Web Consortium">W3C</abbr><sup>&reg;</sup> <a href="https://www.w3.org/policies/#disclaimers">liability</a>, <a href="https://www.w3.org/policies/#trademarks">trademark</a> and <a rel="license" href="https://www.w3.org/copyright/document-license/" title="W3C Document License">permissive license</a> rules apply.</span></p>

</div>
</body></html>
Loading