diff --git a/.vscode/dictionaries/code-entities.txt b/.vscode/dictionaries/code-entities.txt index 7ea5888e3b5f4d0..f7f22d20253e4f2 100644 --- a/.vscode/dictionaries/code-entities.txt +++ b/.vscode/dictionaries/code-entities.txt @@ -214,6 +214,7 @@ ehtml EISU elementname elementtiming +emailtracking emcc emconfigure emmake diff --git a/.vscode/dictionaries/ignore-list.txt b/.vscode/dictionaries/ignore-list.txt index b44d4a3348f2844..e049fcda4ff0f19 100644 --- a/.vscode/dictionaries/ignore-list.txt +++ b/.vscode/dictionaries/ignore-list.txt @@ -54,6 +54,7 @@ bologi bookinst BOOKINSTANCE bookinstances +Bookmarksgrove boooo booooed borderify @@ -79,6 +80,7 @@ coegdfgfddffbgning Confecta consectetuer consetetur +Consonantia constructio cooluser crashextensions @@ -106,6 +108,7 @@ Donnalidon draft-ietf-httpbis DSWbdfnrstvw dubby +Duden dXNlcm5hbWU6cGFzc3dvcmQ eirmod elitr @@ -145,6 +148,7 @@ GNF576746573fhdg4737dh4 gogerychwyrndrobwllllantysiliogogogoch Graece gubergren +harborside hellonode HEXDIG hexdigit @@ -222,6 +226,7 @@ opensas opensesame OPQRTUVXYZ Owww +paradisematic pdfs Pelientesque plep @@ -239,6 +244,7 @@ quaxxor quickbrownfox quxyz rebum +regelialia rheeeeet ricebean s3pPLMBiTxaQ9kYGzzhZRbK @@ -269,6 +275,8 @@ todomvc tomatillo topsecretpassword traa +TURO +TUROPC Tweety UCCE ultricied @@ -283,6 +291,7 @@ verticillata Vivie vobis vocant +Vokalia voluptua wakame wanderview diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index c00abd4393cfec1..f07902b73c299c9 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -406,6 +406,7 @@ Nyquist Nystrom OASYS octocat +Oddbird Odelola Odenwald Oeschger @@ -500,6 +501,7 @@ Shireen sideshowbarker Silverlight Sintel +Siouxsie Siri Sitepoint Sivonen diff --git a/files/en-us/web/css/marker-end/index.md b/files/en-us/web/css/marker-end/index.md index a035fba0eb33aad..51c67fa697f7af6 100644 --- a/files/en-us/web/css/marker-end/index.md +++ b/files/en-us/web/css/marker-end/index.md @@ -7,7 +7,7 @@ browser-compat: css.properties.marker-end {{CSSRef}} -The **`marker-end`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the last vertex of the element's path; that is, at its ending vertex. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {cssxref("url_value", "<url>")}} value. The value of the CSS property overrides any values of the `marker-end` attribute in the SVG. +The **`marker-end`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the last vertex of the element's path; that is, at its ending vertex. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {{cssxref("url_value", "<url>")}} value. The value of the CSS property overrides any values of the `marker-end` attribute in the SVG. For many marker-supporting shapes, the first and last vertices are the same point: for example, the top left corner of a {{SVGElement('rect')}}. In such shapes, if both the first and last markers are defined, two markers will be drawn at that point, though they may not face the same direction. diff --git a/files/en-us/web/css/marker-mid/index.md b/files/en-us/web/css/marker-mid/index.md index ea6208d8b68c970..7d67d995e50da37 100644 --- a/files/en-us/web/css/marker-mid/index.md +++ b/files/en-us/web/css/marker-mid/index.md @@ -7,7 +7,7 @@ browser-compat: css.properties.marker-mid {{CSSRef}} -The **`marker-mid`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the middle vertices of the element's path; that is, at each of its vertices between the start and end vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {cssxref("url_value", "<url>")}} value. The value of the CSS property overrides any values of the `marker-mid` attribute in the SVG. +The **`marker-mid`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the middle vertices of the element's path; that is, at each of its vertices between the start and end vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {{cssxref("url_value", "<url>")}} value. The value of the CSS property overrides any values of the `marker-mid` attribute in the SVG. The direction each marker points is defined as the direction halfway between the direction at the end of the preceding path segment and the direction of the start of the following path segment. This can be thought of as the cross product of the vectors defined by the two path directions. diff --git a/files/en-us/web/css/marker/index.md b/files/en-us/web/css/marker/index.md index c87fc3091207f2c..33735de6c6ee9a2 100644 --- a/files/en-us/web/css/marker/index.md +++ b/files/en-us/web/css/marker/index.md @@ -7,7 +7,7 @@ browser-compat: css.properties.marker {{CSSRef}} -The **`marker`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the first, middle, and last vertices of the element's path; that is, at all of its vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {cssxref("url_value", "<url>")}} value. The value of the CSS property overrides any values of the `marker-start`, `marker`, and `marker-end` attributes in the SVG. +The **`marker`** [CSS](/en-US/docs/Web/CSS) property points to a marker that will be drawn on the first, middle, and last vertices of the element's path; that is, at all of its vertices. The marker must have been defined using an SVG {{SVGElement('marker')}} element, and can only be referenced with a {{cssxref("url_value", "<url>")}} value. The value of the CSS property overrides any values of the `marker-start`, `marker`, and `marker-end` attributes in the SVG. For many marker-supporting shapes, the first and last vertices are in the same place: for example, the top left corner of a {{SVGElement('rect')}}. In such shapes, if both the first and last markers are defined, two markers will be drawn at that point, though they may not point in the same direction. diff --git a/files/en-us/web/javascript/reference/errors/unexpected_token/index.md b/files/en-us/web/javascript/reference/errors/unexpected_token/index.md index a8fde06b13c505c..e1c949d92805cf6 100644 --- a/files/en-us/web/javascript/reference/errors/unexpected_token/index.md +++ b/files/en-us/web/javascript/reference/errors/unexpected_token/index.md @@ -92,7 +92,7 @@ function round(n, upperBound, lowerBound) { ### A structure error further up confused the meaning -Sometimes, the error is caused by some structure issues not directly next to the error location, so you need to look around for potential errors. For example, you intended to declare a method of an object, but you declared it as a propety instead: +Sometimes, the error is caused by some structure issues not directly next to the error location, so you need to look around for potential errors. For example, you intended to declare a method of an object, but you declared it as a property instead: ```js-nolint example-bad const MyComponent = {