/[suikacvs]/www/test/css/tokenize/whitespace/space-char-2.html
Suika

Diff of /www/test/css/tokenize/whitespace/space-char-2.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Thu Aug 23 06:04:29 2007 UTC revision 1.2 by wakaba, Thu Aug 23 06:40:58 2007 UTC
# Line 28  window.onload = function () { Line 28  window.onload = function () {
28        var ss = 'p { color: ' + String.fromCharCode (code) + ' red}';        var ss = 'p { color: ' + String.fromCharCode (code) + ' red}';
29        style.textContent = ss;        style.textContent = ss;
30        var cc = getComputedStyle (test, null).color;        var cc = getComputedStyle (test, null).color;
31        if (cc == 'rgb(255, 0, 0)' || cc == 'red') {        if (cc == 'rgb(255, 0, 0)' || cc == '#ff0000' || cc == 'red') {
32          results.appendChild (document.createElement ('li'))          results.appendChild (document.createElement ('li'))
33              .textContent = code.toString (16).toUpperCase ();              .textContent = code.toString (16).toUpperCase ();
34        }        }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24