CVS log for 2002/css-validator/org/w3c/css/parser/analyzer/CssParserConstants.java
Up to [Public] / 2002 / css-validator / org / w3c / css / parser / analyzer
Request diff between arbitrary revisions
Default branch: 1
Revision 1.12 / (download) - annotate - [select for diffs]
, Fri Mar 28 15:05:49 2008 UTC (8 months ago) by ylafon
CVS Tags: HEAD
Changes since 1.11: +94 -98
lines
Diff to previous 1.11
(colored)
see CssParser.jj
Revision 1.11 / (download) - annotate - [select for diffs]
, Wed Mar 26 20:46:43 2008 UTC (8 months, 1 week ago) by ylafon
Changes since 1.10: +95 -93
lines
Diff to previous 1.10
(colored)
See CssParser.jj
Revision 1.10 / (download) - annotate - [select for diffs]
, Thu Mar 13 14:25:58 2008 UTC (8 months, 2 weeks ago) by ylafon
Changes since 1.9: +4 -0
lines
Diff to previous 1.9
(colored)
fixing 4469, see CssParser.jj log for more details
Revision 1.9 / (download) - annotate - [select for diffs]
, Wed Mar 12 16:24:00 2008 UTC (8 months, 3 weeks ago) by ylafon
Changes since 1.8: +129 -106
lines
Diff to previous 1.8
(colored)
grammar fixed according to CSS2.1 rules (most fixes were also in CSS2 grammar, F
WIW) it should update bugs:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4870
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3632
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3313
Revision 1.8 / (download) - annotate - [select for diffs]
, Wed Apr 26 12:44:15 2006 UTC (2 years, 7 months ago) by ylafon
CVS Tags: validator_release
Changes since 1.7: +80 -82
lines
Diff to previous 1.7
(colored)
cmdline version revamped now using org.w3c.css.css.CssValidator
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2920
recorrected (now it only applies for CSS2.1)
text output is now real text, and not HTML served as text
Revision 1.7 / (download) - annotate - [select for diffs]
, Wed Apr 19 11:28:05 2006 UTC (2 years, 7 months ago) by ylafon
Changes since 1.6: +82 -82
lines
Diff to previous 1.6
(colored)
Jean-Gui strikes back!
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2560 -> @media case insensitive
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3037 -> grammar correction
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2920
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2800
http://www.w3.org/Bugs/Public/show_bug.cgi?id=233
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2919
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2446
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3099
output parameter bug fixed:
accepted values :
* text/html and html
* application/xhtml+xml and xhtml
* application/soap+xml and soap12
* everything else: text/plain
fixed a bug with SOAP output
Revision 1.6 / (download) - annotate - [select for diffs]
, Tue Mar 30 13:24:18 2004 UTC (4 years, 8 months ago) by ylafon
CVS Tags: soap12_release
Changes since 1.5: +179 -177
lines
Diff to previous 1.5
(colored)
Fixes in CssParser.jj
<DEFAULT>
TOKEN:
{
< CLASS : "." <IDENT> >
}
and use of n=<CLASS> {
instead of "." n=<IDENT> {
If fixes bug 328
http://www.w3.org/Bugs/Public/show_bug.cgi?id=328
Also, JavaCC version 3.2 has been used to regenerate .java classes with the
follwing options:
javacc -STATIC=false -LOOKAHEAD:2
Things to look at:
JAVA_UNICODE_ESCAPE (default false)
UNICODE_INPUT (default false)
(should we force that?)
Revision 1.5 / (download) - annotate - [select for diffs]
, Wed Jul 30 07:03:06 2003 UTC (5 years, 4 months ago) by sijtsche
CVS Tags: version-20030828
Changes since 1.4: +32 -28
lines
Diff to previous 1.4
(colored)
date and @phonetic-alphabet added
Revision 1.4 / (download) - annotate - [select for diffs]
, Fri Jan 3 15:28:35 2003 UTC (5 years, 11 months ago) by sijtsche
CVS Tags: actual_feb_2003
Changes since 1.3: +30 -28
lines
Diff to previous 1.3
(colored)
media query functionality added
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Jan 3 12:08:24 2003 UTC (5 years, 11 months ago) by sijtsche
Changes since 1.2: +53 -49
lines
Diff to previous 1.2
(colored)
functionality added for media queries
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Jul 24 09:49:27 2002 UTC (6 years, 4 months ago) by sijtsche
Changes since 1.1: +167 -164
lines
Diff to previous 1.1
(colored)
new version generated by JavaCC
Revision 1.1 / (download) - annotate - [select for diffs]
, Wed Mar 13 19:55:52 2002 UTC (6 years, 8 months ago) by plehegar
CVS Tags: original_march_2002
Diff
New
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster