Missing semicolons in HTML 4.01 DTDs?

In the strict and transitional DTDs, shouldn't

<!ATTLIST TITLE %i18n>

be

<!ATTLIST TITLE %i18n;>

and

<!ELEMENT STYLE - - %StyleSheet        -- style info -->

be

<!ELEMENT STYLE - - %StyleSheet;        -- style info -->

Robert

Received on Monday, 6 May 2002 13:45:45 UTC