diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index e6a15c68c13a64a..3a0d3a9861de195 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -26,6 +26,7 @@ Ansari Ansyari Apapou Aptana +Araneae Arkanoid Artur Arun @@ -44,6 +45,7 @@ Aziz Balhetan bartaz Bartek +Belgers belgin Benbadis Bento4 @@ -108,6 +110,7 @@ Codepens coderprateek codingintrigue Codrops +Coleoptera Colomb Conde Corber @@ -135,9 +138,11 @@ Delaville Denicola DeSandro Desaulniers +Descouens Desproges Devlin Dexie +Didier Diffie Digga Digianswer @@ -231,6 +236,7 @@ hamishwillee Haml Haverbeke Headsight +Hemiptera Heydings Heydon Hickson @@ -468,6 +474,7 @@ Quora rachelandrew Radev Radimir +Ramesh Rapp Rauschmayer Realtek @@ -501,6 +508,7 @@ Scarlett Schiff Schirra Schmarsow +Schoenmakers Schola Schwarz Sciurus @@ -594,6 +602,7 @@ Voikko Volkman Vorbis vulgaris +Waarneming wabt Wakamai Waldron diff --git a/.vscode/dictionaries/terms-abbreviations.txt b/.vscode/dictionaries/terms-abbreviations.txt index c50c2a66d65779c..71827c0522323ac 100644 --- a/.vscode/dictionaries/terms-abbreviations.txt +++ b/.vscode/dictionaries/terms-abbreviations.txt @@ -190,6 +190,7 @@ EBNF ECSDA editability effectful +elytra Emscripting encrypter engageable @@ -273,11 +274,13 @@ greenify greyscale gzipping halfwidth +halteres harissa HDCP headworn highlightable HILN +hindwings hissy hitbox hitmap @@ -338,6 +341,7 @@ JXON KACST Kbit Kbps +kettlebell keysyms keyterm keyterms @@ -471,6 +475,7 @@ packetizing paintable pantherina papermakers +parasitoids parentless passwordless pathfinding diff --git a/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md b/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md index 94422d811c4949d..c8246c457148e35 100644 --- a/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md +++ b/files/en-us/learn_web_development/core/structuring_content/forms_challenge/index.md @@ -195,7 +195,7 @@ To solve this challenge, we are expecting you to create a basic website project, padding: 10px 20px; border-radius: 10px; border: 1px solid grey; - background-color: #ddd; + background-color: #dddddd; width: 50%; margin: 0 auto; display: block; @@ -203,7 +203,7 @@ To solve this challenge, we are expecting you to create a basic website project, button:hover, button:focus { - background-color: #eee; + background-color: #eeeeee; cursor: pointer; } ``` @@ -234,7 +234,7 @@ We'd like you to imagine that you have just been to stay at a hotel called the l 1. The top level-heading: "We want your feedback!". 2. Second level headings: "Facilities", "About your hosts", "Any other feedback?", and "Your details". 2. The opening paragraph below the top-level heading needs to be marked up appropriately. -3. Also in the opening paragraph, turn the text "little house in the woods" and "prize draw" into links. We don't have pages to link to yet, so for now, just set the target URL as `#`for a placeholder. +3. Also in the opening paragraph, turn the text "little house in the woods" and "prize draw" into links. We don't have pages to link to yet, so for now, just set the target URL as `#` for a placeholder. 4. We want you to place a wide, flat image below the opening paragraph as a decoration. The image path is `https://mdn.github.io/shared-assets/images/examples/learn/woodland-strip.jpg`, and we'd like you to set the alternative text for it to an empty value, given that it is decorative only. 5. Following on from the previous point, as a stretch goal, research a better way to include the decorative image on the page, and have a go at doing so (this involves a different technology to HTML, which we haven't touched on in this module). @@ -266,39 +266,80 @@ Your finished HTML should look like this:

We want your feedback!

-

We're very excited that you visited the little house in the woods, and we want to hear what - you thought of it! Please fill in the below sections. You don't need to provide your name or - contact details, but if you do, we'll enter you into a prize draw where you'll have a chance - to win prizes.

+

+ We're very excited that you visited the + little house in the woods, and we want to hear what you + thought of it! Please fill in the below sections. You don't need to + provide your name or contact details, but if you do, we'll enter you into + a prize draw where you'll have a chance to win prizes. +

- +
-

Facilities

Was the porridge - - - + + +
Were the beds - - - + + +
Describe the chairs (select all you agree with) - - - - - + + + + +
@@ -330,7 +371,7 @@ Your finished HTML should look like this:

Any other feedback?

-
+
@@ -339,17 +380,17 @@ Your finished HTML should look like this:
- +
- +
- +
diff --git a/files/en-us/learn_web_development/core/structuring_content/marking_up_a_letter/index.md b/files/en-us/learn_web_development/core/structuring_content/marking_up_a_letter/index.md index 40f444da38b8a9b..d0d899a45fd5ef8 100644 --- a/files/en-us/learn_web_development/core/structuring_content/marking_up_a_letter/index.md +++ b/files/en-us/learn_web_development/core/structuring_content/marking_up_a_letter/index.md @@ -92,7 +92,7 @@ Icelandic brownian shuffle he thought this dance inspired modern styles such as Twerking. Arctic robot dance An interesting example of historic misinformation, English explorers in - the 1960s believed to have discovered a new dance style characterised by + the 1960s believed to have discovered a new dance style characterized by "robotic", stilted movements, being practiced by inhabitants of Northern Alaska and Canada. Later on however it was discovered that they were just moving like this because they were really cold. diff --git a/files/en-us/learn_web_development/core/structuring_content/splash_page/index.md b/files/en-us/learn_web_development/core/structuring_content/splash_page/index.md index 0548711e34c8dd4..a5bde9ba53c1632 100644 --- a/files/en-us/learn_web_development/core/structuring_content/splash_page/index.md +++ b/files/en-us/learn_web_development/core/structuring_content/splash_page/index.md @@ -12,7 +12,7 @@ In this challenge, we'll test your knowledge of some of the techniques discussed ## Starting point -To solve this challenge we are expecting you to create a simple website project, either inside a folder on your computer's harddrive, or using an online editor such as [CodePen](https://codepen.io/) or [JSFiddle](https://jsfiddle.net/). Much of the code you need is already provided. +To solve this challenge we are expecting you to create a simple website project, either inside a folder on your computer's hard drive, or using an online editor such as [CodePen](https://codepen.io/) or [JSFiddle](https://jsfiddle.net/). Much of the code you need is already provided. 1. Create a new folder in an appropriate location on your computer called `splash-page-challenge` (or open an online editor and take the required steps to create a new project). 2. Save the following HTML listing inside a file inside your folder called `index.html` (or paste it into your online editor's HTML pane). @@ -363,14 +363,14 @@ In this assessment we are presenting you with a mostly-finished splash page abou Just below the `

`, add a `