annotate lisp/nxml/test.invalid.xml @ 86834:ca4d8fae0af9
Leave HAVE_WINDOW_SYSTEM defined.
(w32_face_attributes): Use Vtty_defined_color_alist to determine
if the terminal colors are initialized.
(unspecified_fg, unspecified_bg): Remove unused declarations.
author |
Jason Rumney <jasonr@gnu.org> |
date |
Thu, 29 Nov 2007 21:57:12 +0000 |
parents |
2ac1a9b70580 |
children |
|
rev |
line source |
86361
|
1 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
2 <head>
|
|
3 <title>An invalid document</title>
|
|
4 </head>
|
|
5 <body>
|
|
6 <p>This XHTML document is <span class="#foo">invalid</span>.</p>
|
|
7 </body>
|
|
8 </html>
|
86379
|
9
|
|
10 <!-- arch-tag: 8127c8be-d617-46f5-bdf2-c9159a417c38
|
|
11 (do not change this comment) -->
|