Merge pull request #4171 from GoogleChrome/webapptext

report: change 'app' => 'web app'
This commit is contained in:
Vinamrata Singal 2018-01-03 17:20:33 -06:00 коммит произвёл GitHub
Родитель 175396a792 29eecce979
Коммит 10aeb28dc1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -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",