case change again
John Tapsell
john at geola.co.uk
Tue Mar 1 01:13:00 GMT 2005
text/html is case insensitive, text/xhtml is case sensitive.
Does that answer the question?
On Monday 28 February 2005 02:10, David Faure wrote:
> Running testregression in forms/ showed that all DOM comparisons failed due
> to case comparison - <html> became <HTML>, <script> became <SCRIPT> etc.
>
> The weird thing is that it changed the other way round at the end of
> December:
>
> revision 1.2
> date: 2004/12/29 19:56:04; author: carewolf; state: Exp; lines: +5 -4
> 1920 DOM only changes
> ===================================================================
> RCS file:
> /home/kde/khtmltests/regression/baseline/forms/form_setattribute.html-dom,v
> diff -b -p -u -r1.1 -r1.2
> --- form_setattribute.html-dom 23 Oct 2004 10:30:48 -0000 1.1
> +++ form_setattribute.html-dom 29 Dec 2004 19:56:04 -0000 1.2
> @@ -1,8 +1,9 @@
> #document
> - HTML
> - SCRIPT
> + html
> + script
>
> But now I get
>
> --- form_setattribute.html-dom 2005-02-11 14:03:48.000000000 +0100
> +++ ../../output/forms/form_setattribute.html-dom 2005-02-28
> 02:28:38.864133422 +0100 @@ -1,9 +1,9 @@
> #document
> - html
> - script
> + HTML
> + SCRIPT
>
> Any ideas? Which one is correct?
More information about the kfm-devel
mailing list