Merge pull request #4171 from GoogleChrome/webapptext
report: change 'app' => 'web app'
This commit is contained in:
Коммит
10aeb28dc1
|
@ -191,7 +191,7 @@ The groups property controls how to visually group audits within a category. For
|
|||
groups: {
|
||||
'perf-metric': {
|
||||
title: 'Metrics',
|
||||
description: 'These metrics encapsulate your app\'s performance across a number of dimensions.'
|
||||
description: 'These metrics encapsulate your web app\'s performance across a number of dimensions.'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
@ -112,7 +112,7 @@ As an example, here's a trace-only run that's reporting on user timings and crit
|
|||
"categories": {
|
||||
"performance": {
|
||||
"name": "Performance Metrics",
|
||||
"description": "These encapsulate your app's performance.",
|
||||
"description": "These encapsulate your web app's performance.",
|
||||
"audits": [
|
||||
{"id": "user-timings", "weight": 1},
|
||||
{"id": "critical-request-chains", "weight": 1}
|
||||
|
|
|
@ -178,7 +178,7 @@ module.exports = {
|
|||
groups: {
|
||||
'perf-metric': {
|
||||
title: 'Metrics',
|
||||
description: 'These metrics encapsulate your app\'s performance across a number of dimensions.',
|
||||
description: 'These metrics encapsulate your web app\'s performance across a number of dimensions.',
|
||||
},
|
||||
'perf-hint': {
|
||||
title: 'Opportunities',
|
||||
|
@ -251,7 +251,7 @@ module.exports = {
|
|||
categories: {
|
||||
'performance': {
|
||||
name: 'Performance',
|
||||
description: 'These encapsulate your app\'s current performance and opportunities to improve it.',
|
||||
description: 'These encapsulate your web app\'s current performance and opportunities to improve it.',
|
||||
audits: [
|
||||
{id: 'first-meaningful-paint', weight: 5, group: 'perf-metric'},
|
||||
{id: 'first-interactive', weight: 5, group: 'perf-metric'},
|
||||
|
@ -301,7 +301,7 @@ module.exports = {
|
|||
},
|
||||
'accessibility': {
|
||||
name: 'Accessibility',
|
||||
description: 'These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.',
|
||||
description: 'These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.',
|
||||
audits: [
|
||||
{id: 'accesskeys', weight: 1, group: 'a11y-correct-attributes'},
|
||||
{id: 'aria-allowed-attr', weight: 3, group: 'a11y-aria'},
|
||||
|
|
|
@ -1126,7 +1126,7 @@
|
|||
"reportCategories": [
|
||||
{
|
||||
"name": "Performance",
|
||||
"description": "These encapsulate your app's performance.",
|
||||
"description": "These encapsulate your web app's performance.",
|
||||
"audits": [
|
||||
{
|
||||
"id": "first-meaningful-paint",
|
||||
|
@ -2322,7 +2322,7 @@
|
|||
"reportGroups": {
|
||||
"perf-metric": {
|
||||
"title": "Metrics",
|
||||
"description": "These metrics encapsulate your app's performance across a number of dimensions."
|
||||
"description": "These metrics encapsulate your web app's performance across a number of dimensions."
|
||||
},
|
||||
"perf-hint": {
|
||||
"title": "Opportunities",
|
||||
|
|
|
@ -3599,7 +3599,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Performance",
|
||||
"description": "These encapsulate your app's performance.",
|
||||
"description": "These encapsulate your web app's performance.",
|
||||
"audits": [
|
||||
{
|
||||
"id": "first-meaningful-paint",
|
||||
|
@ -4954,7 +4954,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Accessibility",
|
||||
"description": "These checks highlight opportunities to [improve the accessibility of your app](https://developers.google.com/web/fundamentals/accessibility).",
|
||||
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility).",
|
||||
"audits": [
|
||||
{
|
||||
"id": "accesskeys",
|
||||
|
@ -6889,7 +6889,7 @@
|
|||
"reportGroups": {
|
||||
"perf-metric": {
|
||||
"title": "Metrics",
|
||||
"description": "These metrics encapsulate your app's performance across a number of dimensions."
|
||||
"description": "These metrics encapsulate your web app's performance across a number of dimensions."
|
||||
},
|
||||
"perf-hint": {
|
||||
"title": "Opportunities",
|
||||
|
|
Загрузка…
Ссылка в новой задаче