teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

コンソールのキャプチャを追加

2021/08/20 00:14

投稿

mikeko0901
mikeko0901

スコア227

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
- ![イメージ説明](2a4be9f1ef1c1953e7e1eca711cda17e.png)
231
+ ![イメージ説明](2a4be9f1ef1c1953e7e1eca711cda17e.png)
232
+
233
+ 【追記2】
234
+ consoleの方には特に何も出ていません。
235
+ ![イメージ説明](ed46eb564d41fc9552a598fa3bede5c3.png)

1

コンソールのキャプチャ、文章を追記しました。

2021/08/20 00:14

投稿

mikeko0901
mikeko0901

スコア227

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
+ ![イメージ説明](2a4be9f1ef1c1953e7e1eca711cda17e.png)