Skip to content

Commit afa702e

Browse files
authored
Fix Interoperability feature stats (#3423)
1 parent cc3a615 commit afa702e

14 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/content/en/2022/interoperability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ bkardell_bio: Brian Kardell is a developer advocate and W3C Advisory Committee R
1111
results: https://docs.google.com/spreadsheets/d/1w3GzzTNeKxafFODmjDs6OC2dseNEDDKwUV8KeSgRI1Y/
1212
featured_quote: Interoperability is a key goal of standards, but we've sometimes fallen short. This chapter will begin providing an annual update to developers about efforts to come together to improve things. It will cover what's new or improved in terms of interoperability this year, and will provide a means for implementers to measure the impacts over time.
1313
featured_stat_1: 309%
14-
featured_stat_label_1: The increase in sites using CSS aspect-ratio between April 2021 and September 2022
14+
featured_stat_label_1: The increase in sites using CSS `aspect-ratio` between April 2021 and September 2022
1515
featured_stat_2: 0.3%
16-
featured_stat_label_2: The percentage of sites using the newly interoperable dialog element as of September 2022
16+
featured_stat_label_2: The percentage of sites using the newly interoperable `dialog` element as of September 2022
1717
featured_stat_3: 4%
18-
featured_stat_label_3: The number of mobile pages using recently interoperable CSS containment in their stylesheets. Containment support is critical for Container Queries.
18+
featured_stat_label_3: Mobile pages using recently interoperable CSS `containment`. This support is critical for Container Queries.
1919
---
2020

2121
## Introduction

src/templates/en/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "Sustainability",
200-
"interop": "Interoperability"
200+
"interoperability": "Interoperability"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/es/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"webassembly": "WebAssembly",
197197
"structured-data": "Structured Data",
198198
"sustainability": "Sustentabilidad",
199-
"interop": "Interoperabilidad"
199+
"interoperability": "Interoperabilidad"
200200
}
201201
%}
202202

src/templates/fr/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "Durabilité",
200-
"interop": "Interopérabilité"
200+
"interoperability": "Interopérabilité"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/hi/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "वहनीयता",
200-
"interop": "इंटरोऑपरेबिलिटी"
200+
"interoperability": "इंटरोऑपरेबिलिटी"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/it/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "Sostenibilità",
200-
"interop": "Interoperabilità"
200+
"interoperability": "Interoperabilità"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/ja/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "持続可能性",
200-
"interop": "相互運用性"
200+
"interoperability": "相互運用性"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/nl/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "Duurzaamheid",
200-
"interop": "Interoperabiliteit"
200+
"interoperability": "Interoperabiliteit"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/pt/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "Sustentabilidade",
200-
"interop": "Interoperabilidade"
200+
"interoperability": "Interoperabilidade"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

src/templates/ru/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"webassembly": "WebAssembly",
198198
"structured-data": "Structured Data",
199199
"sustainability": "устойчивость",
200-
"interop": "Совместимость"
200+
"interoperability": "Совместимость"
201201
}
202202
%}
203203
{% if (year == "2019" or year == "2020") %}

0 commit comments

Comments
 (0)