wsg  

Re: [WSG] S separators and TACG

David Dorward
Wed, 23 Jul 2008 06:12:26 -0700


On 23 Jul 2008, at 13:24, Designer wrote:

I've been examining what happens if you put something inside an end tag, such as </div sometext/character>. The validator says:

"name start character invalid: only S separators and TAGC allowed here."

I googled, found lots of folk failing to add descriptors to a closing div, but NOBODY explained what those terms mean. ('S separators' and TAGC). If they are allowed, what are they? :-)



        S is "whitespace" separator

        [5] s =

            SPACE | (32) space
            RE | (13) CR
            RS | (10) LF
            SEPCHAR (9) HT

                -- http://xml.coverpages.org/sgmlsyn/sgmlsyn.htm#C6.2.1

        TAGC    ">"

                -- http://www.w3.org/TR/sgml.l


--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************