lighthouse 11.7.0-dev.20240331 → 11.7.0-dev.20240402

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/cli/test/smokehouse/core-tests.js +0 -2
  2. package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +0 -16
  3. package/core/audits/byte-efficiency/byte-efficiency-audit.js +1 -38
  4. package/core/audits/byte-efficiency/offscreen-images.d.ts +0 -11
  5. package/core/audits/byte-efficiency/offscreen-images.js +0 -15
  6. package/core/audits/dobetterweb/uses-http2.d.ts +0 -13
  7. package/core/audits/dobetterweb/uses-http2.js +2 -34
  8. package/core/audits/seo/is-crawlable.d.ts +2 -1
  9. package/core/computed/page-dependency-graph.js +2 -1
  10. package/core/config/default-config.js +1 -6
  11. package/core/gather/gatherers/accessibility.js +1 -3
  12. package/core/lib/lantern/page-dependency-graph.d.ts +4 -4
  13. package/core/lib/lantern/page-dependency-graph.js +5 -5
  14. package/core/lib/proto-preprocessor.js +24 -8
  15. package/dist/report/flow.js +14 -14
  16. package/flow-report/src/summary/category.tsx +10 -12
  17. package/package.json +1 -1
  18. package/shared/localization/locales/ar-XB.json +0 -30
  19. package/shared/localization/locales/ar.json +0 -30
  20. package/shared/localization/locales/bg.json +0 -30
  21. package/shared/localization/locales/ca.json +0 -30
  22. package/shared/localization/locales/cs.json +0 -30
  23. package/shared/localization/locales/da.json +0 -30
  24. package/shared/localization/locales/de.json +0 -30
  25. package/shared/localization/locales/el.json +0 -30
  26. package/shared/localization/locales/en-GB.json +0 -30
  27. package/shared/localization/locales/en-US.json +0 -30
  28. package/shared/localization/locales/en-XA.json +0 -30
  29. package/shared/localization/locales/en-XL.json +0 -30
  30. package/shared/localization/locales/es-419.json +0 -30
  31. package/shared/localization/locales/es.json +0 -30
  32. package/shared/localization/locales/fi.json +0 -30
  33. package/shared/localization/locales/fil.json +0 -30
  34. package/shared/localization/locales/fr.json +0 -30
  35. package/shared/localization/locales/he.json +0 -30
  36. package/shared/localization/locales/hi.json +0 -30
  37. package/shared/localization/locales/hr.json +0 -30
  38. package/shared/localization/locales/hu.json +0 -30
  39. package/shared/localization/locales/id.json +0 -30
  40. package/shared/localization/locales/it.json +0 -30
  41. package/shared/localization/locales/ja.json +0 -30
  42. package/shared/localization/locales/ko.json +0 -30
  43. package/shared/localization/locales/lt.json +0 -30
  44. package/shared/localization/locales/lv.json +0 -30
  45. package/shared/localization/locales/nl.json +0 -30
  46. package/shared/localization/locales/no.json +0 -30
  47. package/shared/localization/locales/pl.json +0 -30
  48. package/shared/localization/locales/pt-PT.json +0 -30
  49. package/shared/localization/locales/pt.json +0 -30
  50. package/shared/localization/locales/ro.json +0 -30
  51. package/shared/localization/locales/ru.json +0 -30
  52. package/shared/localization/locales/sk.json +0 -30
  53. package/shared/localization/locales/sl.json +0 -30
  54. package/shared/localization/locales/sr-Latn.json +0 -30
  55. package/shared/localization/locales/sr.json +0 -30
  56. package/shared/localization/locales/sv.json +0 -30
  57. package/shared/localization/locales/ta.json +0 -30
  58. package/shared/localization/locales/te.json +0 -30
  59. package/shared/localization/locales/th.json +0 -30
  60. package/shared/localization/locales/tr.json +0 -30
  61. package/shared/localization/locales/uk.json +0 -30
  62. package/shared/localization/locales/vi.json +0 -30
  63. package/shared/localization/locales/zh-HK.json +0 -30
  64. package/shared/localization/locales/zh-TW.json +0 -30
  65. package/shared/localization/locales/zh.json +0 -30
  66. package/types/lhr/audit-details.d.ts +9 -4
  67. package/core/audits/accessibility/duplicate-id-active.d.ts +0 -10
  68. package/core/audits/accessibility/duplicate-id-active.js +0 -42
  69. package/core/audits/seo/tap-targets.d.ts +0 -50
  70. package/core/audits/seo/tap-targets.js +0 -352
  71. package/core/gather/gatherers/seo/tap-targets.d.ts +0 -21
  72. package/core/gather/gatherers/seo/tap-targets.js +0 -389
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "Dokumentet har ett `<title>`-element"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "Alla fokuserbara element måste ha unika `id` så att de kan identifieras av hjälpmedelsteknik. [Läs om hur du åtgärdar dubbletter av `id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "Alla `[id]`-attribut för aktiva fokuserbara element är inte unika"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "Alla `[id]`-attribut för aktiva, fokuserbara element är unika"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "Alla ARIA-id:n måste ha unika värden. Hjälpmedelstekniken skulle annars hoppa över dubblettförekomsterna av ett värde. [Läs mer om hur du åtgärdar dubbletter av ARIA-id:n](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt är giltig"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "Interaktiva element som knappar och länkar ska vara tillräckligt stora (48 × 48 pixlar) eller ha tillräckligt mycket utrymme runtomkring för att vara lätta att trycka på utan att överlappa andra element. [Läs mer om tryckytor](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} av tryckmålen har lämplig storlek"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "Tryckmålen är för små eftersom det inte finns någon metatagg för visningsområde som är optimerad för mobilskärmar"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "Tryckmålen har inte lämplig storlek"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "Överlappande tryckmål"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "Tryckmål"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "Tryckmål har lämplig storlek"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "Se till att serverns svarstid för huvuddokumentet är kort, eftersom alla andra förfrågningar är beroende av det. [Läs mer om mätvärdet Time to First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "ஆவணத்தில் `<title>` உறுப்பு உள்ளது"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "உதவிகரமான தொழில்நுட்பங்களுக்குத் தெரியும்வகையில் இருப்பதை உறுதிசெய்வதற்காக அனைத்து மையப்படுத்தக்கூடிய உறுப்புகளிடமும் தனித்துவ `id` இருக்க வேண்டும். [நகல் `id`களைச் சரிசெய்வது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "செயலிலுள்ள, மையப்படுத்தக்கூடிய உறுப்புகளில் `[id]` பண்புக்கூறுகள் பிரத்தியேகமானவையாக இல்லை"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "செயலிலுள்ள, மையப்படுத்தக்கூடிய உறுப்புகளில் `[id]` பண்புக்கூறுகள் பிரத்தியேகமானவையாக உள்ளன"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "உதவிகரமான தொழில்நுட்பங்களால் மற்ற நேர்வுகள் புறக்கணிக்கப்படுவதைத் தடுக்க, ARIA ஐடியின் மதிப்பு தனித்துவமானதாக இருக்க வேண்டும். [நகல் ARIA ஐடிகளைச் சரிசெய்வது எப்படி என அறிக](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt செல்லுபடியாகிறது"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "பட்டன்கள், இணைப்புகள் போன்ற பங்கேற்கத்தக்க உறுப்புகள் போதுமான அளவு பெரிதாகவோ (48x48px) அவற்றைச் சுற்றி போதுமான இடமோ இருக்க வேண்டும். இதனால் அவற்றைப் பிற உறுப்புகளின் குறுக்கீடு இல்லாமல் எளிதாகத் தட்டலாம். [தட்டல் இலக்குகள் குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} தட்டுவதற்கான இலக்குகள் பொருத்தமான அளவில் இருக்கின்றன"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "மொபைல் திரைகளுக்கேற்ப காட்சிப் பகுதி மேலதிகத் தகவல் மேம்படுத்தப்படாததால் தட்டுவதற்கான இலக்குகள் மிகச் சிறிதாக உள்ளன"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "தட்டுவதற்கான இலக்குகள் சரியாக அளவிடப்படவில்லை"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "குறுக்கிடும் இலக்கு"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "தட்டுவதற்கான இலக்கு"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "தட்டுவதற்கான இலக்குகள் சரியாக அளவிடப்பட்டுள்ளன"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "முதன்மை ஆவணத்திற்கான சேவையகப் பதிலளிப்பு நேரத்தைக் குறைவாக வைக்கவும். ஏனெனில் பிற அனைத்துக் கோரிக்கைகளும் அதைச் சார்ந்தே உள்ளன. ['முதல் பைட்டிற்கான நேரம்' அளவீடு குறித்து மேலும் அறிக](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "డాక్యుమెంట్‌లో '`<title>`' మూలకం ఉంది"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "ఫోకస్ చేయదగిన ఎలిమెంట్‌లన్నీ సహాయక టెక్నాలజీలకు కనిపించేలా ఉండటానికి, వాటికి తప్పనిసరిగా విభిన్నమైన `id` ఉండాలి. [డూప్లికేట్ `id`‌లను ఎలా సరి చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "యాక్టివ్‌గా ఉన్న, దృష్టి కేంద్రీకరించదగిన మూలకాలలో `[id]` లక్షణాలు విభిన్న రీతిలో లేవు"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "యాక్టివ్‌గా ఉన్న, దృష్టి కేంద్రీకరించదగిన మూలకాలలో `[id]` లక్షణాలు విభిన్న రీతిలో ఉన్నాయి"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "సహాయక టెక్నాలజీల ద్వారా ఇతర సందర్భాలు విస్మరించబడకుండా నిరోధించడానికి ARIA ID విలువ తప్పనిసరిగా విభిన్నంగా ఉండాలి. [డూప్లికేట్ ARIA IDలను ఎలా సరి చేయాలో తెలుసుకోండి](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt చెల్లుబాటు అవుతుంది"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "బటన్‌లు, లింక్‌ల వంటి ఇంటరాక్టివ్ ఎలిమెంట్‌ల సైజ్ తగినంత పెద్దగా ఉండాలి (48x48px), లేదా వాటి చుట్టూ తగినంత స్పేస్ ఉండాలి, అలా అయితే అవి ఇతర ఎలిమెంట్‌లలోకి ఓవర్‌ల్యాప్ కాకుండా ట్యాప్ చేయడానికి సులభంగా ఉంటాయి. [ట్యాప్ టార్గెట్‌ల గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} సముచిత పరిమాణంలో ట్యాప్ టార్గెట్‌లను కలిగి ఉంది"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "మొబైల్ స్క్రీన్‌లలో ఆప్టిమైజ్ చేసిన వీక్షణ పోర్ట్ మెటా ట్యాగ్ అందుబాటులో లేదు కనుక ట్యాప్ టార్గెట్‌లు చాలా చిన్నవిగా ఉన్నాయి"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "ట్యాప్ టార్గెట్‌ల సైజ్‌ సముచితంగా ఉంది"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "లక్ష్యం ఓవర్‌ల్యాప్ అవుతోంది"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "ట్యాప్ టార్గెట్"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "ట్యాప్‌టార్గెట్‌ల సైజ్‌ సముచితంగా ఉంది"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "ప్రధాన డాక్యుమెంట్ విషయంలో సర్వర్ ప్రతిస్పందన సమయాన్ని తక్కువగా ఉంచండి, ఎందుకంటే ఇతర రిక్వెస్ట్‌లన్నీ దానిపైనే ఆధారపడి ఉంటాయి. [మొదటి బైట్‌కు సమయం మెట్రిక్ గురించి మరింత తెలుసుకోండి](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "เอกสารมีองค์ประกอบ `<title>`"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "เอลิเมนต์ที่โฟกัสได้ทั้งหมดต้องมี `id` ที่ไม่ซ้ำกันเพื่อให้เทคโนโลยีความช่วยเหลือพิเศษมองเห็นได้ [ดูวิธีแก้ไข `id` ที่ซ้ำกัน](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)"
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "แอตทริบิวต์ `[id]` ของเอลิเมนต์ที่โฟกัสได้และทำงานอยู่มีรหัสที่ซ้ำกัน"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "แอตทริบิวต์ `[id]` ของเอลิเมนต์ที่โฟกัสได้และทำงานอยู่ไม่มีรหัสที่ซ้ำกัน"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "ค่าของรหัส ARIA ต้องไม่ซ้ำกันเพื่อป้องกันไม่ให้เทคโนโลยีความช่วยเหลือพิเศษมองข้ามอินสแตนซ์อื่นๆ [ดูวิธีแก้ไขรหัส ARIA ที่ซ้ำกัน](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)"
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt ถูกต้อง"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "องค์ประกอบสำหรับการโต้ตอบ เช่น ปุ่มและลิงก์ ต้องมีขนาดใหญ่พอ (48x48 พิกเซล) หรือมีพื้นที่ว่างโดยรอบมากพอเพื่อให้แตะได้ง่ายๆ โดยไม่ซ้อนทับกับองค์ประกอบอื่นๆ [ดูข้อมูลเพิ่มเติมเกี่ยวกับเป้าหมายการแตะ](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)"
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "เป้าหมายการแตะที่มีขนาดเหมาะสม {decimalProportion, number, percent}"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "เป้าหมายการแตะมีขนาดเล็กเกินไปเพราะไม่มีเมตาแท็กวิวพอร์ตที่เพิ่มประสิทธิภาพให้เหมาะกับหน้าจออุปกรณ์เคลื่อนที่"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "เป้าหมายการแตะมีขนาดที่ไม่เหมาะสม"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "เป้าหมายซ้อนทับกัน"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "เป้าหมายการแตะ"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "เป้าหมายการแตะมีขนาดที่เหมาะสม"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "พยายามทำให้การตอบกลับของเซิร์ฟเวอร์สำหรับเอกสารหลักใช้เวลาน้อยเนื่องจากคำขออื่นทั้งหมดจะขึ้นอยู่กับเวลานี้ [ดูข้อมูลเพิ่มเติมเกี่ยวกับเมตริก Time To First Byte](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "Doküman geçerli bir `<title>` öğesi içeriyor"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "Odaklanabilir tüm öğelerde yardımcı teknolojilere görünür olmalarını sağlamak için benzersiz bir `id` olmalıdır. [Yinelenen `id` öğelerini nasıl düzelteceğinizi öğrenin](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "Etkin, odaklanabilir öğelerdeki `[id]` özellikleri benzersiz değil"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "Etkin, odaklanabilir öğelerdeki `[id]` özellikleri benzersiz"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "ARIA kimliğinin değeri benzersiz olmalıdır. Bunun nedeni, yardımcı teknolojilerin farkına varmadan diğer örnekleri atlamasını önlemektir. [Yinelenen ARIA kimliklerini nasıl düzelteceğinizi öğrenin](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt dosyası geçerli"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "Düğmeler ve bağlantılar gibi etkileşimli öğelerin, başka öğelerle üst üste binmeden rahatlıkla dokunulabilecek kadar büyük olması (48x48 piksel) veya etraflarında yeterli boşluk bulunması gerekir. [Dokunma hedefleri hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "Dokunma hedeflerinin {decimalProportion, number, percent} kadarı uygun boyutta"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "Mobil ekranlar için optimize edilmiş görüntü alanı meta etiketi olmadığından dokunma hedefleri çok küçük"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "Dokunma hedefleri uygun boyutta değil"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "Çakışan Hedef"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "Dokunma Hedefi"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "Dokunma hedefleri uygun boyutta"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "Diğer tüm istekler sunucu yanıt süresine bağlı olduğundan ana doküman için sunucu yanıt süresini kısa tutun. [Time to First Byte metriği hakkında daha fazla bilgi edinin](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "Документ містить елемент `<title>`"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "Усі фокусовані елементи мають містити унікальний `id`, щоб їх могли розпізнавати технології для людей з обмеженими можливостями. [Дізнайтесь, як виправити повторювані `id`.](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)"
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "Атрибути `[id]` в активних інтерактивних елементах неунікальні"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "Атрибути `[id]` в активних інтерактивних елементах унікальні"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "Значення ідентифікатора ARIA має бути унікальним, щоб технології для людей з обмеженими можливостями не пропускали інші копії. [Дізнайтесь, як виправити повторювані ідентифікатори ARIA.](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)"
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "Файл robots.txt дійсний"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "Інтерактивні елементи, як-от кнопки й посилання, мають бути достатньо великі (48 x 48 пікселів) або навколо них має бути достатньо місця, щоб їх можна було легко натиснути, не зачепивши інші елементи. [Докладніше про інтерактивні елементи.](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)"
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} елементів для натискання мають правильний розмір"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "Елементи для натискання замалі, оскільки метатег області перегляду не оптимізовано для мобільних пристроїв"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "Елементи для натискання мають неправильний розмір"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "Елементи для натискання накладаються"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "Елемент для натискання"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "Елементи для натискання мають правильний розмір"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "Сервер основного документа має відповідати швидко, оскільки всі інші запити залежать від нього. [Докладніше про показник \"Час до першого байта\".](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)"
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "Tài liệu có phần tử `<title>`"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "Để có thể hiển thị với các công nghệ hỗ trợ, `id` của các phần tử có thể lấy tiêu điểm không được trùng nhau. [Tìm hiểu cách khắc phục các `id` trùng lặp](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)."
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "Các thuộc tính `[id]` trên những phần tử có thể lấy tiêu điểm đang hoạt động bị trùng nhau"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "Các thuộc tính `[id]` trên những phần tử có thể lấy tiêu điểm đang hoạt động là duy nhất"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "Để các công nghệ hỗ trợ không bỏ qua các phiên bản khác, giá trị mã nhận dạng của Ứng dụng Internet phong phú dễ dùng (ARIA) không được trùng nhau. [Tìm hiểu cách khắc phục mã nhận dạng trùng lặp của Ứng dụng Internet phong phú dễ dùng (ARIA)](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)."
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt hợp lệ"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "Các phần tử tương tác, chẳng hạn như nút và đường liên kết, cần có kích thước đủ lớn (48 x 48 pixel) hoặc khoảng cách xung quanh đủ rộng sao cho dễ nhấn mà không chồng chéo lên các phần tử khác. [Tìm hiểu thêm về các mục tiêu nhấn](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} mục tiêu nhấn có kích thước phù hợp"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "Mục tiêu nhấn có kích thước quá nhỏ do không có thẻ meta viewport nào được tối ưu hóa cho màn hình thiết bị di động"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "Các mục tiêu nhấn có kích thước không phù hợp"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "Mục tiêu chồng chéo"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "Mục tiêu nhấn"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "Mục tiêu nhấn có kích thước phù hợp"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "Giữ cho máy chủ phản hồi trong thời gian ngắn đối với tài liệu chính vì tất cả các yêu cầu khác phụ thuộc vào thời gian đó. [Tìm hiểu thêm về chỉ số Thời gian cho byte đầu tiên](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)."
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "文件具備 `<title>` 元素"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "所有可聚焦元素都必須有不重複的 `id`,以確保輔助技術可以查看這些元素。[瞭解如何修正 `id` 重複的問題](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)。"
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "已啟用且可聚焦的元素有重複的 `[id]` 屬性"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "已啟用且可聚焦的元素沒有重複的 `[id]` 屬性"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "ARIA ID 的值不可重複,以免輔助技術忽略其他例項。[瞭解如何修正重複的 ARIA ID](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)。"
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt 有效"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "按鈕和連結等互動元素的大小應至少有 48x48 像素,或周圍應保留足夠空間以便使用者輕按,同時避免與其他元素重疊的情況。[進一步瞭解輕按目標](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)。"
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} 的輕按目標大小適中"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "由於網頁沒有為流動裝置螢幕設定合適的檢視區中繼標記,因此輕按目標太小"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "輕按目標未設定成適當大小"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "重疊的目標"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "輕按目標"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "輕按目標已設定成適當大小"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "請確保主要文件的伺服器回應時間不會太長,因為這會影響所有其他要求。[進一步瞭解「首個字節時間」數據](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "文件具有 `<title>` 元素"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "所有可聚焦的元素都必須擁有專屬的 `id`,以確保輔助技術可查看這些元素。[瞭解如何修正 `id` 重複的問題](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)。"
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "已啟用的可聚焦元素有重複的 `[id]` 屬性"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "已啟用的可聚焦元素沒有重複的 `[id]` 屬性"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "ARIA ID 的值不得重複,以免輔助技術忽略其他重複的執行個體。[瞭解如何修正重複的 ARIA ID](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)。"
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt 有效"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "按鈕和連結等互動元素的大小應至少有 48x48 像素,或周圍保有足夠空間,方便使用者輕觸,同時避免與其他元素重疊的情況。[進一步瞭解輕觸目標](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)。"
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} 的輕觸目標大小適中"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "輕觸目標太小,這是因為網頁沒有針對行動裝置螢幕設定合適的可視區域中繼標記"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "輕觸目標未設定成適當大小"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "重疊的目標"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "輕觸目標"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "輕觸目標已設定成適當大小"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "請確保伺服器能快速回應主要文件,因為這會影響到所有其他要求的回應時間。[進一步瞭解「第一個位元組時間」指標](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
1525
1495
  },
@@ -236,15 +236,6 @@
236
236
  "core/audits/accessibility/document-title.js | title": {
237
237
  "message": "文档包含 `<title>` 元素"
238
238
  },
239
- "core/audits/accessibility/duplicate-id-active.js | description": {
240
- "message": "所有可聚焦的元素都必须具有独一无二的 `id`,以确保能被辅助技术识别。[了解如何修正重复的 `id`](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-active)。"
241
- },
242
- "core/audits/accessibility/duplicate-id-active.js | failureTitle": {
243
- "message": "处于活动状态的可聚焦元素的 `[id]` 属性不是独一无二的"
244
- },
245
- "core/audits/accessibility/duplicate-id-active.js | title": {
246
- "message": "处于活动状态的可聚焦元素的 `[id]` 属性都是独一无二的"
247
- },
248
239
  "core/audits/accessibility/duplicate-id-aria.js | description": {
249
240
  "message": "ARIA ID 的值必须独一无二,才能防止其他实例被辅助技术忽略。[了解如何修正重复的 ARIA ID](https://dequeuniversity.com/rules/axe/4.8/duplicate-id-aria)。"
250
241
  },
@@ -1499,27 +1490,6 @@
1499
1490
  "core/audits/seo/robots-txt.js | title": {
1500
1491
  "message": "robots.txt 有效"
1501
1492
  },
1502
- "core/audits/seo/tap-targets.js | description": {
1503
- "message": "交互式元素(例如按钮和链接)应足够大 (48x48px),或者周围有足够的空间以便用户轻松点按,且不遮挡其他元素。[详细了解点按目标](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)。"
1504
- },
1505
- "core/audits/seo/tap-targets.js | displayValue": {
1506
- "message": "{decimalProportion, number, percent} 的点按目标大小合适"
1507
- },
1508
- "core/audits/seo/tap-targets.js | explanationViewportMetaNotOptimized": {
1509
- "message": "点按目标过小,因为缺少已针对移动设备屏幕进行优化的 viewport meta 标记"
1510
- },
1511
- "core/audits/seo/tap-targets.js | failureTitle": {
1512
- "message": "点按目标的大小不合适"
1513
- },
1514
- "core/audits/seo/tap-targets.js | overlappingTargetHeader": {
1515
- "message": "点按目标重叠"
1516
- },
1517
- "core/audits/seo/tap-targets.js | tapTargetHeader": {
1518
- "message": "点按目标"
1519
- },
1520
- "core/audits/seo/tap-targets.js | title": {
1521
- "message": "点按目标的大小合适"
1522
- },
1523
1493
  "core/audits/server-response-time.js | description": {
1524
1494
  "message": "请确保服务器响应主文档的用时较短,因为这会影响到所有其他请求的响应时长。[详细了解 Time to First Byte 指标](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/)。"
1525
1495
  },
@@ -9,10 +9,6 @@ import Treemap from './treemap.js';
9
9
 
10
10
  /** Common properties for all details types. */
11
11
  interface BaseDetails {
12
- /** If present and audit is part of the performance category, audit is treated as an Opportunity. */
13
- overallSavingsMs?: number;
14
- /** Optional additional Opportunity information. */
15
- overallSavingsBytes?: number;
16
12
  /** Additional information, usually used for including debug or meta information in the LHR */
17
13
  debugData?: Details.DebugData;
18
14
  }
@@ -85,6 +81,15 @@ declare module Details {
85
81
  isEntityGrouped?: boolean;
86
82
  /** Column keys to skip summing. If omitted, all column types supported are summed. */
87
83
  skipSumming?: Array<string>;
84
+ /**
85
+ * @deprecated
86
+ * Historically this represents the time saved on the entire page load. It's mostly used as an
87
+ * alias for `metricSavings.LCP` now. We recommend using `metricSavings` directly for more
88
+ * metric-specific savings estimates.
89
+ */
90
+ overallSavingsMs?: number;
91
+ /** Total byte savings covered by this audit. */
92
+ overallSavingsBytes?: number;
88
93
  }
89
94
 
90
95
  interface Screenshot extends BaseDetails {
@@ -1,10 +0,0 @@
1
- export default DuplicateIdActive;
2
- declare class DuplicateIdActive extends AxeAudit {
3
- }
4
- export namespace UIStrings {
5
- const title: string;
6
- const failureTitle: string;
7
- const description: string;
8
- }
9
- import AxeAudit from './axe-audit.js';
10
- //# sourceMappingURL=duplicate-id-active.d.ts.map
@@ -1,42 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2019 Google LLC
4
- * SPDX-License-Identifier: Apache-2.0
5
- */
6
-
7
- /**
8
- * @fileoverview Ensures every `id` attribute value of active, focusable elements is unique.
9
- * See base class in axe-audit.js for audit() implementation.
10
- */
11
-
12
- import AxeAudit from './axe-audit.js';
13
- import * as i18n from '../../lib/i18n/i18n.js';
14
-
15
- const UIStrings = {
16
- /** Title of an accesibility audit that checks if there are any duplicate id HTML attributes on active, focusable elements. This title is descriptive of the successful state and is shown to users when no user action is required. */
17
- title: '`[id]` attributes on active, focusable elements are unique',
18
- /** Title of an accesibility audit that checks if there are any duplicate id HTML attributes on active, focusable elements. This title is descriptive of the failing state and is shown to users when there is a failure that needs to be addressed. */
19
- failureTitle: '`[id]` attributes on active, focusable elements are not unique',
20
- /** Description of a Lighthouse audit that tells the user *why* they should try to pass. This is displayed after a user expands the section to see more. No character length limits. The last sentence starting with 'Learn' becomes link text to additional documentation. */
21
- description: 'All focusable elements must have a unique `id` to ensure that they\'re visible to assistive technologies. [Learn how to fix duplicate `id`s](https://dequeuniversity.com/rules/axe/4.9/duplicate-id-active).',
22
- };
23
-
24
- const str_ = i18n.createIcuMessageFn(import.meta.url, UIStrings);
25
-
26
- class DuplicateIdActive extends AxeAudit {
27
- /**
28
- * @return {LH.Audit.Meta}
29
- */
30
- static get meta() {
31
- return {
32
- id: 'duplicate-id-active',
33
- title: str_(UIStrings.title),
34
- failureTitle: str_(UIStrings.failureTitle),
35
- description: str_(UIStrings.description),
36
- requiredArtifacts: ['Accessibility'],
37
- };
38
- }
39
- }
40
-
41
- export default DuplicateIdActive;
42
- export {UIStrings};
@@ -1,50 +0,0 @@
1
- export default TapTargets;
2
- export type ClientRectOverlapFailure = {
3
- overlapScoreRatio: number;
4
- tapTargetScore: number;
5
- overlappingTargetScore: number;
6
- };
7
- export type TapTargetOverlapFailure = {
8
- overlapScoreRatio: number;
9
- tapTargetScore: number;
10
- overlappingTargetScore: number;
11
- tapTarget: LH.Artifacts.TapTarget;
12
- overlappingTarget: LH.Artifacts.TapTarget;
13
- };
14
- export type BoundedTapTarget = {
15
- paddedBoundsRect: LH.Artifacts.Rect;
16
- tapTarget: LH.Artifacts.TapTarget;
17
- };
18
- export type TapTargetTableItem = {
19
- tapTarget: LH.Audit.Details.NodeValue;
20
- overlappingTarget: LH.Audit.Details.NodeValue;
21
- size: string;
22
- overlapScoreRatio: number;
23
- height: number;
24
- width: number;
25
- tapTargetScore: number;
26
- overlappingTargetScore: number;
27
- };
28
- declare class TapTargets extends Audit {
29
- /**
30
- * @param {LH.Artifacts} artifacts
31
- * @param {LH.Audit.Context} context
32
- * @return {Promise<LH.Audit.Product>}
33
- */
34
- static audit(artifacts: LH.Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product>;
35
- }
36
- declare namespace TapTargets {
37
- export { FINGER_SIZE_PX };
38
- }
39
- export namespace UIStrings {
40
- const title: string;
41
- const failureTitle: string;
42
- const description: string;
43
- const tapTargetHeader: string;
44
- const overlappingTargetHeader: string;
45
- const explanationViewportMetaNotOptimized: string;
46
- const displayValue: string;
47
- }
48
- import { Audit } from '../audit.js';
49
- declare const FINGER_SIZE_PX: 48;
50
- //# sourceMappingURL=tap-targets.d.ts.map