diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 772cbd5daa7d86f..a9852166c988383 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -47,14 +47,20 @@ # Issue templates in .github /.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/content-team +# VSCode configuration +/.vscode/ @mdn/engineering +/.vscode/dictionaries/ @mdn/content-team +/.vscode/cspell.json @mdn/content-team + # Root directory /* @mdn/engineering # Markdown files in root directory /*.md @mdn/content-team -# Filecheck +# Scripts and Tests /scripts @mdn/engineering +/tests @mdn/engineering # These are @mdn-bot because the auto-merge GHA workflow uses the PAT of this account. # If another reviewer is specified, update the PAT token or auto-merge will cease to be automatic. -/package.json @mdn-bot -/yarn.lock @mdn-bot +/package.json @mdn/engineering @mdn-bot +/yarn.lock @mdn/engineering @mdn-bot diff --git a/files/en-us/learn_web_development/core/css_layout/fundamental_layout_comprehension/index.md b/files/en-us/learn_web_development/core/css_layout/fundamental_layout_comprehension/index.md index 2f8275302e85d13..7c2a0a1a57edcf1 100644 --- a/files/en-us/learn_web_development/core/css_layout/fundamental_layout_comprehension/index.md +++ b/files/en-us/learn_web_development/core/css_layout/fundamental_layout_comprehension/index.md @@ -18,7 +18,7 @@ We are going to get you to solve this challenge in your local development enviro 2. Inside the folder, create an `index.html` file and paste the following content into it: ```html - + diff --git a/files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/index.md b/files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/index.md index 7b5d74abd3f038c..96d3868a888d214 100644 --- a/files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/index.md +++ b/files/en-us/learn_web_development/core/css_layout/mobile-first_challenge/index.md @@ -17,7 +17,7 @@ We are going to get you to solve this challenge in your local development enviro 2. Inside the folder, create an `index.html` file and paste the following content into it: ```html - + diff --git a/files/en-us/learn_web_development/core/frameworks_libraries/ember_structure_componentization/index.md b/files/en-us/learn_web_development/core/frameworks_libraries/ember_structure_componentization/index.md index fb7d75670841ae8..552777a1428b67c 100644 --- a/files/en-us/learn_web_development/core/frameworks_libraries/ember_structure_componentization/index.md +++ b/files/en-us/learn_web_development/core/frameworks_libraries/ember_structure_componentization/index.md @@ -104,7 +104,8 @@ It doesn't take too much effort to get our HTML looking like a fully-featured to + title="Remove this todo" + aria-label="Remove this todo"> @@ -120,7 +121,8 @@ It doesn't take too much effort to get our HTML looking like a fully-featured to + title="Remove this todo" + aria-label="Remove this todo"> @@ -254,7 +256,11 @@ Now that we have all of our component structure files, we can cut and paste the class="toggle" type="checkbox" /> - + diff --git a/files/en-us/learn_web_development/core/frameworks_libraries/react_todo_list_beginning/index.md b/files/en-us/learn_web_development/core/frameworks_libraries/react_todo_list_beginning/index.md index 7f1e5f0e6da9c8e..d4e2d207c5b901f 100644 --- a/files/en-us/learn_web_development/core/frameworks_libraries/react_todo_list_beginning/index.md +++ b/files/en-us/learn_web_development/core/frameworks_libraries/react_todo_list_beginning/index.md @@ -211,7 +211,7 @@ The class `visually-hidden` has no effect yet, because we have not included any Further down, you can find our [`