XHTML validation, custom namespaces and attributes

前端 未结 4 1243
慢半拍i
慢半拍i 2020-12-09 20:29

I have a website that a client requires to be XHTML valid. They check it using the W3C validator.

I want to add my own namespace and attributes so I can do things li

4条回答
  •  不思量自难忘°
    2020-12-09 21:00

    1.0 not allowed this .if you really want to do this you should download existing dtd and save it in your server and define private instead of public. but w3c validation not passed because it validate against the orginal one only

提交回复
热议问题