質問編集履歴

2

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

2021/08/20 00:14

投稿

mikeko0901
mikeko0901

スコア227

test CHANGED
File without changes
test CHANGED
@@ -459,3 +459,11 @@
459
459
  ```
460
460
 
461
461
  ![イメージ説明](2a4be9f1ef1c1953e7e1eca711cda17e.png)
462
+
463
+
464
+
465
+ 【追記2】
466
+
467
+ consoleの方には特に何も出ていません。
468
+
469
+ ![イメージ説明](ed46eb564d41fc9552a598fa3bede5c3.png)

1

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

2021/08/20 00:14

投稿

mikeko0901
mikeko0901

スコア227

test CHANGED
File without changes
test CHANGED
@@ -423,3 +423,39 @@
423
423
 
424
424
 
425
425
  何卒、よろしくお願いいたします。
426
+
427
+
428
+
429
+ 【追加】
430
+
431
+ コンソールには以下のIssuesがでていました。
432
+
433
+ ```
434
+
435
+ Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
436
+
437
+
438
+
439
+ Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
440
+
441
+ 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.
442
+
443
+ 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.
444
+
445
+ ```
446
+
447
+
448
+
449
+ ```
450
+
451
+ Page layout may be unexpected due to Quirks Mode
452
+
453
+
454
+
455
+ 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.
456
+
457
+ 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.
458
+
459
+ ```
460
+
461
+ ![イメージ説明](2a4be9f1ef1c1953e7e1eca711cda17e.png)