Can XHTML and HTML class attributes value start with a number?

后端 未结 3 401
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 11:54

Can XHTML and HTML class attributes value start with a number?

3条回答
  •  抹茶落季
    2020-11-29 12:48

    No, they cannot. They must begin with a letter. Some browsers may erroneously support them, though.

    EDIT: You can start off with unicode escape points and specify the code for a number.

    EDIT #2: Test case http://work.arounds.org/sandbox/66/run

提交回复
热议问题