Parent Directory
|
Revision Log
Fx3: charref in xml-stylesheet is entirely broken (a4b, where "4" comes from?; Safari: StyleSheet.title returns null; Opera9 a%20b, good
| 1 | <?xml-stylesheet href="test.css" title="a
b"?> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <title>&#xd; in title=""</title> |
| 5 | </head> |
| 6 | <body> |
| 7 | |
| 8 | <p id="result"></p> |
| 9 | |
| 10 | <script> |
| 11 | window.onload = function () { |
| 12 | document.getElementById ('result').textContent = encodeURIComponent (document.styleSheets[0].title); |
| 13 | }; |
| 14 | </script> |
| 15 | |
| 16 | </body> |
| 17 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |