Re: Possible bug in Validation service

Bjoern Hoehrmann <derhoermi@gmx.net>:
>
> The Validator is right, the DTDs are wrong, suboptimal, whatever.

ACK.

> I do not understand this change nor do I understand C.14.

Well, it becomes handy if you want to specify the cascading order of styles.
In HTML you can write

  <link rel="stylesheet" ...>
  <style>...</style>
  <link rel="stylesheet" ...>

and when properly closed also in XHTML, but if you're using the
'xml-stylesheet' PI, you need to be able to reference internal styles to
achieve the same.

Received on Saturday, 25 October 2003 11:28:01 UTC