/[suikacvs]/www/test/xml/xml-stylesheet/s/title-charref-cr-1.xml
Suika

Contents of /www/test/xml/xml-stylesheet/s/title-charref-cr-1.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Tue Nov 18 12:30:36 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
Fx3: charref in xml-stylesheet is entirely broken (a4b, where "4" comes from?; Safari: StyleSheet.title returns null; Opera9 a%20b, good

1 wakaba 1.1 <?xml-stylesheet href="test.css" title="a&#x0d;b"?>
2     <html xmlns="http://www.w3.org/1999/xhtml">
3     <head>
4     <title>&amp;#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