diff options
Diffstat (limited to 'kate/xmltools/testcases.xml')
-rw-r--r-- | kate/xmltools/testcases.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmltools/testcases.xml b/kate/xmltools/testcases.xml index 9828751..e66fc60 100644 --- a/kate/xmltools/testcases.xml +++ b/kate/xmltools/testcases.xml @@ -62,7 +62,7 @@ it should be inserted, including the trailing semicolon. <a href="foo"> blah <em>X -- <a> inside <a> is not allowed, but this limitation is not part of the DTD, so the plugin will incorrectly claim that <a> is allowed at "X". <head><title> foobar</title> X -- <title> is only allowed once, but the plugin - only looks for the tqparent element (<head> in this case) and ignores the existing <title>. + only looks for the parent element (<head> in this case) and ignores the existing <title>. <a href="foo" X > -- an attribute may only appear once, but "href" is listed by the plugin although it's used already. <td align = "X"> -- whitespace around '=' is not recognized although it's legal. |