Parent Directory
|
Revision Log
Current
1 | <?xml version="1.0"?> |
2 | <?xml-stylesheet href="#style" type="text/css"?> |
3 | <!DOCTYPE foo [ |
4 | <!ATTLIST style id ID #IMPLIED> |
5 | ]> |
6 | <foo> |
7 | <style id="style"> |
8 | foo { |
9 | border: blue solid 3px; |
10 | display: block; |
11 | } |
12 | style { |
13 | display: block; |
14 | } |
15 | /* Is agent recognize ID attribute? */ |
16 | #style { |
17 | border: red dotted 1px; |
18 | } |
19 | </style> |
20 | </foo> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |