Parent Directory
|
Revision Log
New tests
| 1 | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN"> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>Script macro in ID attribute</title> |
| 5 | <style type="text/css"> |
| 6 | #ID { |
| 7 | color: red; |
| 8 | } |
| 9 | </style> |
| 10 | </head> |
| 11 | <body> |
| 12 | |
| 13 | <p id="&{'ID'};"> |
| 14 | This test should not be colored red. |
| 15 | </p> |
| 16 | |
| 17 | </body> |
| 18 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |