質問編集履歴
2
コンソールのキャプチャを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -228,4 +228,8 @@
|
|
228
228
|
One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications.
|
229
229
|
Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be `<!DOCTYPE html>` to render the page in No Quirks Mode.
|
230
230
|
```
|
231
|
-

|
231
|
+

|
232
|
+
|
233
|
+
【追記2】
|
234
|
+
consoleの方には特に何も出ていません。
|
235
|
+

|
1
コンソールのキャプチャ、文章を追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -210,4 +210,22 @@
|
|
210
210
|
</script>
|
211
211
|
```
|
212
212
|
|
213
|
-
何卒、よろしくお願いいたします。
|
213
|
+
何卒、よろしくお願いいたします。
|
214
|
+
|
215
|
+
【追加】
|
216
|
+
コンソールには以下のIssuesがでていました。
|
217
|
+
```
|
218
|
+
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
|
219
|
+
|
220
|
+
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
|
221
|
+
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
|
222
|
+
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
|
223
|
+
```
|
224
|
+
|
225
|
+
```
|
226
|
+
Page layout may be unexpected due to Quirks Mode
|
227
|
+
|
228
|
+
One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications.
|
229
|
+
Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be `<!DOCTYPE html>` to render the page in No Quirks Mode.
|
230
|
+
```
|
231
|
+

|