Skip to content

Commit

Permalink
Fix a lot of unlinked orphan pages (#35323)
Browse files Browse the repository at this point in the history
* Fix a lot of unlinked orphan pages

* Update index.md

Co-authored-by: Chris Mills <[email protected]>

---------

Co-authored-by: Chris Mills <[email protected]>
  • Loading branch information
Josh-Cena and chrisdavidmills authored Aug 8, 2024
1 parent c66d3e5 commit cf331cc
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 36 deletions.
2 changes: 2 additions & 0 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9644,6 +9644,7 @@
/en-US/docs/Web/API/SVGPathElement/getPointAtLength /en-US/docs/Web/API/SVGGeometryElement/getPointAtLength
/en-US/docs/Web/API/SVGPathElement/getTotalLength /en-US/docs/Web/API/SVGGeometryElement/getTotalLength
/en-US/docs/Web/API/SVGPathElement/pathLength /en-US/docs/Web/API/SVGGeometryElement/pathLength
/en-US/docs/Web/API/SVGRect/The__X__property /en-US/docs/Web/API/SVGRect/x
/en-US/docs/Web/API/SVGStylable /en-US/docs/Web/API/SVGElement
/en-US/docs/Web/API/SVGURIReference /en-US/docs/Web/SVG/Attribute/href
/en-US/docs/Web/API/Screen.availHeight /en-US/docs/Web/API/Screen/availHeight
Expand Down Expand Up @@ -11505,6 +11506,7 @@
/en-US/docs/Web/CSS/CSS_flexible_box_layout/Backwards_compatibility_of_flexbox /en-US/docs/Glossary/Flexbox
/en-US/docs/Web/CSS/CSS_grid_layout/Layout_using_line-based_placement /en-US/docs/Web/CSS/CSS_grid_layout/Grid_layout_using_line-based_placement
/en-US/docs/Web/CSS/CSS_grid_layout/Layout_using_named_grid_lines /en-US/docs/Web/CSS/CSS_grid_layout/Grid_layout_using_named_grid_lines
/en-US/docs/Web/CSS/CSS_miscellaneous /en-US/docs/Web/CSS
/en-US/docs/Web/CSS/CSS_percentage_values /en-US/docs/Web/CSS
/en-US/docs/Web/CSS/CSS_ruby /en-US/docs/Web/CSS/CSS_ruby_layout
/en-US/docs/Web/CSS/CSS_special_properties /en-US/docs/Web/CSS
Expand Down
6 changes: 1 addition & 5 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -57152,7 +57152,7 @@
"Jeremie"
]
},
"Web/API/SVGRect/The__X__property": {
"Web/API/SVGRect/x": {
"modified": "2019-03-23T22:36:30.180Z",
"contributors": ["rolfedh", "essymo"]
},
Expand Down Expand Up @@ -77655,10 +77655,6 @@
"modified": "2020-07-07T17:49:27.435Z",
"contributors": ["wbamberg", "evaferreira"]
},
"Web/CSS/CSS_miscellaneous": {
"modified": "2020-07-07T12:23:17.703Z",
"contributors": ["wbamberg", "mfluehr", "Tigt", "teoli"]
},
"Web/CSS/CSS_motion_path": {
"modified": "2020-10-15T21:38:36.015Z",
"contributors": [
Expand Down
8 changes: 4 additions & 4 deletions files/en-us/web/api/csstransformvalue/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ _Inherits methods from its ancestor {{domxref('CSSStyleValue')}}._

- {{domxref("CSSTransformValue.toMatrix()")}}
- : Returns a new {{domxref('DOMMatrix')}} object.
- {{domxref('CSSUnparsedValue.entries()')}}
- {{domxref('CSSTransformValue.entries()')}}
- : Returns an array of a given object's own enumerable property `[key, value]` pairs in the same order as that provided by a {{jsxref("Statements/for...in", "for...in")}} loop (the difference being that a for-in loop enumerates properties in the prototype chain as well).
- {{domxref('CSSUnparsedValue.forEach()')}}
- {{domxref('CSSTransformValue.forEach()')}}
- : Executes a provided function once for each element of the `CSSTransformValue` object.
- {{domxref('CSSUnparsedValue.keys()')}}
- {{domxref('CSSTransformValue.keys()')}}
- : Returns a new _array iterator_ object that contains the keys for each index in the `CSSTransformValue` object.
- {{domxref('CSSUnparsedValue.values()')}}
- {{domxref('CSSTransformValue.values()')}}
- : Returns a new _array iterator_ object that contains the values for each index in the `CSSTransformValue` object.

## Examples
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/datatransfer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The **`DataTransfer`** object is used to hold any data transferred between conte

## Instance methods

- {{domxref("DataTransfer.addElement()")}} {{experimental_inline}} {{non-standard_inline}}
- : Sets the drag source for the given element. This will be the element on which {{domxref("HTMLElement/drag_event", "drag")}} and {{domxref("HTMLElement/dragend_event", "dragend")}} events are fired, and not the default target (the node that was dragged). Firefox-specific.
- {{domxref("DataTransfer.clearData()")}}
- : Remove the data associated with a given type. The type argument is optional. If the type is empty or not specified, the data associated with all types is removed. If data for the specified type does not exist, or the data transfer contains no data, this method will have no effect.
- {{domxref("DataTransfer.getData()")}}
Expand Down
4 changes: 4 additions & 0 deletions files/en-us/web/api/editcontext_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ You can then render the text and selection in the view, using the information pr
## Browser compatibility

{{Compat}}

## See also

- [Using the EditContext API](/en-US/docs/Web/API/EditContext_API/Guide)
2 changes: 2 additions & 0 deletions files/en-us/web/api/fenced_frame_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Most modern browsers are working on mechanisms to partition storage so that cook
- A `<fencedframe>` cannot be freely manipulated or have its data accessed via regular scripting (for example reading or setting the source URL). `<fencedframe>` content can only be embedded via [specific APIs](#use_cases).
- A `<fencedframe>` cannot access the embedding context's DOM, nor can the embedding context access the `<fencedframe>`'s DOM.

For more information about the communication model of fenced frames, read the [communication with embedded frames](/en-US/docs/Web/API/Fenced_frame_API/Communication_with_embedded_frames) guide.

### Use cases

`<fencedframe>`s are used by other APIs to embed different types of cross-site content or collect data, fulfilling different use cases in a privacy-preserving manner. Most of these previously relied on third-party cookies or other mechanisms that were bad for privacy.
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/gpurenderbundle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A good example is VR rendering. Recording the rendering as a render bundle and t

## Instance properties

- {{domxref("GPUComputePassEncoder.label", "label")}} {{Experimental_Inline}}
- {{domxref("GPURenderBundle.label", "label")}} {{Experimental_Inline}}
- : A string providing a label that can be used to identify the object, for example in {{domxref("GPUError")}} messages or console warnings.

## Examples
Expand Down
1 change: 1 addition & 0 deletions files/en-us/web/api/indexeddb_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ IndexedDB is a transactional database system, like an SQL-based Relational Datab

- Read more about [IndexedDB key characteristics and basic terminology](/en-US/docs/Web/API/IndexedDB_API/Basic_Terminology).
- Learn to use IndexedDB asynchronously from first principles with our [Using IndexedDB](/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB) guide.
- See a complete step-by-step example in the [checking when a deadline is due](/en-US/docs/Web/API/IndexedDB_API/Checking_when_a_deadline_is_due) guide.

> [!NOTE]
> Like most web storage solutions, IndexedDB follows a [same-origin policy](https://www.w3.org/Security/wiki/Same_Origin_Policy). So while you can access stored data within a domain, you cannot access data across different domains.
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/paymentrequestevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The **`PaymentRequestEvent`** interface of the {{domxref("Payment Handler API",

## Instance methods

- {{domxref("PaymentRequestEvent.changePaymentMethod","changePaymentMethod()")}} {{Experimental_Inline}}
- : Gets an updated total, given payment method details.
- {{domxref("PaymentRequestEvent.openWindow","openWindow()")}} {{Experimental_Inline}}
- : Opens the specified URL in a new window, if and only if the given URL is on the same origin as the calling page. It returns a {{jsxref("Promise")}} that resolves with a reference to a {{domxref("WindowClient")}}.
- {{domxref("PaymentRequestEvent.respondWith","respondWith()")}} {{Experimental_Inline}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "SVGRect: x property"
short-title: x
slug: Web/API/SVGRect/The__X__property
slug: Web/API/SVGRect/x
page-type: web-api-instance-property
---

Expand Down
4 changes: 4 additions & 0 deletions files/en-us/web/api/vreyeparameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ This interface is accessible through the {{domxref("VRDisplay.getEyeParameters()
- : Represents the offset from the center point between the user's eyes to the center of the eye, measured in meters.
- {{domxref("VREyeParameters.fieldOfView")}} {{Deprecated_Inline}} {{ReadOnlyInline}} {{Non-standard_Inline}}
- : Describes the current field of view for the eye, which can vary as the user adjusts their interpupillary distance (IPD).
- {{domxref("VREyeParameters.maximumFieldOfView")}} {{Deprecated_Inline}} {{ReadOnlyInline}} {{Non-standard_Inline}}
- : Describes the maximum supported field of view for the current eye.
- {{domxref("VREyeParameters.minimumFieldOfView")}} {{Deprecated_Inline}} {{ReadOnlyInline}} {{Non-standard_Inline}}
- : Describes the minimum supported field of view for the current eye.
- {{domxref("VREyeParameters.renderWidth")}} {{Deprecated_Inline}} {{ReadOnlyInline}} {{Non-standard_Inline}}
- : Describes the recommended render target width of each eye viewport, in pixels.
- {{domxref("VREyeParameters.renderHeight")}} {{Deprecated_Inline}} {{ReadOnlyInline}} {{Non-standard_Inline}}
Expand Down
24 changes: 0 additions & 24 deletions files/en-us/web/css/css_miscellaneous/index.md

This file was deleted.

3 changes: 2 additions & 1 deletion files/en-us/web/css/mozilla_extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ Properties: {{CSSxRef("width")}}, {{CSSxRef("min-width")}}, and {{CSSxRef("max-w
- {{CSSxRef(":-moz-handler-disabled")}}
- {{CSSxRef("::-moz-inline-table")}}

### L
### L – M

- {{CSSxRef(":-moz-last-node")}}
- {{CSSxRef("::-moz-list-bullet")}}
Expand All @@ -448,6 +448,7 @@ Properties: {{CSSxRef("width")}}, {{CSSxRef("min-width")}}, and {{CSSxRef("max-w
- {{CSSxRef(":-moz-lwtheme")}}
- {{CSSxRef(":-moz-lwtheme-brighttext")}}
- {{CSSxRef(":-moz-lwtheme-darktext")}}
- {{CSSxRef("::-moz-meter-bar")}}

### N – R

Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Our [HTML Learning Area](/en-US/docs/Learn/HTML) features multiple modules that
- : Global attributes may be specified on all [HTML elements](/en-US/docs/Web/HTML/Element), _even those not specified in the standard_. This means that any non-standard elements must still permit these attributes, even though those elements make the document HTML5-noncompliant.
- [Inline-level elements](/en-US/docs/Glossary/Inline-level_content) and [block-level elements](/en-US/docs/Glossary/Block-level_content)
- : HTML elements are usually "inline-level" or "block-level" elements. An inline-level element occupies only the space bounded by the tags that define it. A block-level element occupies the entire space of its parent element (container), thereby creating a "block box".
- [HTML comments](/en-US/docs/Web/HTML/Comments)
- : HTML comments are used to add explanatory notes to the markup or to prevent the browser from interpreting specific parts of the document.
- [Guide to media types and formats on the web](/en-US/docs/Web/Media/Formats)
- : The {{HTMLElement("audio")}} and {{HTMLElement("video")}} elements allow you to play audio and video media natively within your content without the need for external software support.
- [HTML content categories](/en-US/docs/Web/HTML/Content_categories)
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/html/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ This [HTML](/en-US/docs/Web/HTML) reference describes all **elements** and **att
- : Global attributes are attributes common to all HTML elements; they can be used on all elements, though they may have no effect on some elements.
- [Content categories](/en-US/docs/Web/HTML/Content_categories)
- : Every HTML element is a member of one or more content categories — these categories group elements that share common characteristics.
- [HTML comments](/en-US/docs/Web/HTML/Comments)
- : HTML comments are used to add explanatory notes to the markup or to prevent the browser from interpreting specific parts of the document.
- [Date and time formats used in HTML](/en-US/docs/Web/HTML/Date_and_time_formats)
- : Certain HTML elements allow you to specify dates and/or times as the value or as the value of an attribute. These include the date and time variations of the {{HTMLElement("input")}} element as well as the {{HTMLElement("ins")}} and {{HTMLElement("del")}} elements.
2 changes: 2 additions & 0 deletions files/en-us/web/media/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ These articles cover HTML features for media developers.

- [Using audio and video in HTML](/en-US/docs/Web/Media/HTML_media)
- : A guide to using the HTML `<audio>` and `<video>` elements.
- [Using images in HTML](/en-US/docs/Web/Media/images)
- : A guide to adding images to websites that are responsive, accessible, and performant.
- [Accessible multimedia](/en-US/docs/Learn/Accessibility/Multimedia)
- : In this guide, we cover ways web designers and developers can create content that is accessible to people with different capabilities. This ranges from using the [`alt`](/en-US/docs/Web/HTML/Element/img#alt) attribute on {{HTMLElement("img")}} elements to captions to tagging media for screen readers.
- [Guide to media types and formats on the web](/en-US/docs/Web/Media/Formats)
Expand Down

0 comments on commit cf331cc

Please sign in to comment.