Google Map not working with XHTML Doctype (Document Type)

前端 未结 4 2023
感情败类
感情败类 2021-02-06 04:33

Why on the earth there is always a chance that if we use \"Doctype\" with Google Maps, there will be a problem in showing the Google Map correctly?

In a recent case,

4条回答
  •  面向向阳花
    2021-02-06 05:05

    Your question says "if we use 'Doctype' ". Does this mean you didn't before? If you didn't before, then, essentially, you are changing the 'rules' of how a web page will be laid out. Without a proper doctype, you are in quirks mode.

提交回复
热议问题