Skip to content

Commit

Permalink
fix: quote l10n:priority (mdn#20607)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 13, 2022
1 parent 31a11c2 commit eada29e
Show file tree
Hide file tree
Showing 67 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion files/en-us/glossary/ajax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- CodingScripting
- Glossary
- Infrastructure
- l10n:priority
- "l10n:priority"
---

**Ajax**, which initially stood for Asynchronous {{Glossary("JavaScript")}} And {{Glossary("XML")}}, is a programming practice of building complex, dynamic webpages using a technology known as {{Glossary("XHR_(XMLHttpRequest)","XMLHttpRequest")}}.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- CodingScripting
- Glossary
- Web
- l10n:priority
- "l10n:priority"
---

**CSS** (Cascading Style Sheets) is a declarative language that controls how webpages look in the {{glossary("browser")}}.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- CodingScripting
- Glossary
- HTML
- l10n:priority
- "l10n:priority"
---

**HTML** (HyperText Markup Language) is a descriptive language that specifies webpage structure.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/http/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- HTTP
- Infrastructure
- Web Performance
- l10n:priority
- "l10n:priority"
---

The HyperText Transfer Protocol (**HTTP**) is the underlying network {{glossary("protocol")}} that enables transfer of hypermedia documents on the {{glossary("World Wide Web","Web")}}, typically between a browser and a server so that humans can read them. The current version of the HTTP specification is called {{glossary("HTTP_2", "HTTP/2")}}.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/http_2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Infrastructure
- Reference
- Web Performance
- l10n:priority
- "l10n:priority"
---

**HTTP/2** is a major revision of the [HTTP network protocol](/en-US/docs/Web/HTTP/Basics_of_HTTP).
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- CodingScripting
- Glossary
- JavaScript
- l10n:priority
- "l10n:priority"
---

JavaScript (or "JS") is a programming language used most often for dynamic client-side scripts on webpages, but it is also often used on the {{Glossary("Server","server")}}-side, using a runtime such as [Node.js](https://nodejs.org/).
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/json/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- Glossary
- Intro
- JSON
- l10n:priority
- "l10n:priority"
---

_JavaScript Object Notation_ (**JSON**) is a data-interchange format. Although not a strict subset, JSON closely resembles a subset of {{Glossary("JavaScript")}} syntax. Though many programming languages support JSON, it is especially useful for JavaScript-based apps, including websites and browser extensions.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/svg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Glossary
- Graphics
- SVG
- l10n:priority
- "l10n:priority"
---

_Scalable Vector Graphics_ (**SVG**) is a 2D vector image format based on an {{Glossary("XML")}} syntax.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: Glossary/URL
tags:
- Glossary
- Infrastructure
- l10n:priority
- "l10n:priority"
---

**Uniform Resource Locator** (**URL**) is a text string that specifies where a resource (such as a web page, image, or video) can be found on the Internet.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/xml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- CodingScripting
- Glossary
- XML
- l10n:priority
- "l10n:priority"
---

eXtensible Markup Language (XML) is a generic markup language specified by the W3C. The information technology (IT) industry uses many languages based on XML as data-description languages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- Learn
- Styling
- Web
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/Getting_started_with_the_web/HTML_basics", "Learn/Getting_started_with_the_web/JavaScript_basics", "Learn/Getting_started_with_the_web")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Files
- Guide
- HTML
- l10n:priority
- "l10n:priority"
- theory
- website
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Learn
- Server
- TCP
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenu("Learn/Getting_started_with_the_web/Publishing_your_website", "Learn/Getting_started_with_the_web")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- HTML
- Learn
- Web
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/Getting_started_with_the_web/Dealing_with_files", "Learn/Getting_started_with_the_web/CSS_basics", "Learn/Getting_started_with_the_web")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/getting_started_with_the_web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- Guide
- HTML
- Index
- l10n:priority
- "l10n:priority"
- publishing
- theory
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- Setup
- Tools
- WebMechanics
- l10n:priority
- "l10n:priority"
- text editor
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- JavaScript
- Learn
- Web
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/Getting_started_with_the_web/CSS_basics", "Learn/Getting_started_with_the_web/Publishing_your_website", "Learn/Getting_started_with_the_web")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Google App Engine
- Learn
- Web
- l10n:priority
- "l10n:priority"
- publishing
- web server
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Fonts
- Learn
- Simple
- l10n:priority
- "l10n:priority"
- step by step
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- Tutorial
- build
- invoke
- l10n:priority
- "l10n:priority"
- parameters
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- conditions
- else
- if
- l10n:priority
- "l10n:priority"
- ternary
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- JavaScript
- Learn
- events
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/Building_blocks/Return_values","Learn/JavaScript/Building_blocks/Image_gallery", "Learn/JavaScript/Building_blocks")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- Method
- anonymous
- invoke
- l10n:priority
- "l10n:priority"
- parameters
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Learn
- Loops
- events
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenu("Learn/JavaScript/Building_blocks/Events", "Learn/JavaScript/Building_blocks")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/building_blocks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- Loops
- Module
- events
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
- break
- continue
- for
- l10n:priority
- "l10n:priority"
- while
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Learn
- Return
- Return values
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/Building_blocks/Build_your_own_function","Learn/JavaScript/Building_blocks/Events", "Learn/JavaScript/Building_blocks")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
- Operators
- Variables
- events
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/First_steps/What_is_JavaScript", "Learn/JavaScript/First_steps/What_went_wrong", "Learn/JavaScript/First_steps")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/first_steps/arrays/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Learn
- Pop
- Push
- l10n:priority
- "l10n:priority"
- shift
- split
- unshift
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/first_steps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
- Numbers
- Operators
- Variables
- l10n:priority
- "l10n:priority"
- maths
- strings
---
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/first_steps/math/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- Operators
- augmented
- increment
- l10n:priority
- "l10n:priority"
- maths
- modulo
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Numbers
- Operators
- Variables
- l10n:priority
- "l10n:priority"
- strings
---

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/first_steps/strings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- Join
- Quotes
- concatenation
- l10n:priority
- "l10n:priority"
- strings
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Learn
- case
- indexOf
- l10n:priority
- "l10n:priority"
- length
- lower
- replace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Variables
- declaring
- initializing
- l10n:priority
- "l10n:priority"
- loose typing
- strings
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- comments
- external
- inline
- l10n:priority
- "l10n:priority"
- what
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- Learn
- Tutorial
- console.log
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/First_steps/A_first_splash", "Learn/JavaScript/First_steps/Variables", "Learn/JavaScript/First_steps")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Landing
- Module
- Topic
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- OOJS
- Object-Oriented
- Objects
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/Objects/Object_building_practice", "", "Learn/JavaScript/Objects")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/learn/javascript/objects/json/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- Learn
- Objects
- Tutorial
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/Objects/Classes_in_JavaScript", "Learn/JavaScript/Objects/Object_building_practice", "Learn/JavaScript/Objects")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- Learn
- Objects
- Tutorial
- l10n:priority
- "l10n:priority"
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/Objects/JSON", "Learn/JavaScript/Objects/Adding_bouncing_balls_features", "Learn/JavaScript/Objects")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- Style Sheets
- Styles
- Stylesheets
- l10n:priority
- "l10n:priority"
---

{{CSSRef}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- Guide
- Overview
- Reference
- l10n:priority
- "l10n:priority"
---

{{CSSRef}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- HTML
- Reference
- Web
- l10n:priority
- "l10n:priority"
---

{{HTMLSidebar("Elements")}}
Expand Down
Loading

0 comments on commit eada29e

Please sign in to comment.