From cf331ccff0dd88648dc9fe22a14f9aaa595ec4bf Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Thu, 8 Aug 2024 08:07:53 -0400 Subject: [PATCH] Fix a lot of unlinked orphan pages (#35323) * Fix a lot of unlinked orphan pages * Update index.md Co-authored-by: Chris Mills --------- Co-authored-by: Chris Mills --- files/en-us/_redirects.txt | 2 ++ files/en-us/_wikihistory.json | 6 +---- .../en-us/web/api/csstransformvalue/index.md | 8 +++---- files/en-us/web/api/datatransfer/index.md | 2 ++ files/en-us/web/api/editcontext_api/index.md | 4 ++++ files/en-us/web/api/fenced_frame_api/index.md | 2 ++ files/en-us/web/api/gpurenderbundle/index.md | 2 +- files/en-us/web/api/indexeddb_api/index.md | 1 + .../web/api/paymentrequestevent/index.md | 2 ++ .../svgrect/{the__x__property => x}/index.md | 2 +- files/en-us/web/api/vreyeparameters/index.md | 4 ++++ .../en-us/web/css/css_miscellaneous/index.md | 24 ------------------- .../en-us/web/css/mozilla_extensions/index.md | 3 ++- files/en-us/web/html/index.md | 2 ++ files/en-us/web/html/reference/index.md | 2 ++ files/en-us/web/media/index.md | 2 ++ 16 files changed, 32 insertions(+), 36 deletions(-) rename files/en-us/web/api/svgrect/{the__x__property => x}/index.md (98%) delete mode 100644 files/en-us/web/css/css_miscellaneous/index.md diff --git a/files/en-us/_redirects.txt b/files/en-us/_redirects.txt index 3b972e0f2deab01..b138eadc2be1801 100644 --- a/files/en-us/_redirects.txt +++ b/files/en-us/_redirects.txt @@ -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 @@ -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 diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json index 01e506d3564ef80..faef937ef2ad949 100644 --- a/files/en-us/_wikihistory.json +++ b/files/en-us/_wikihistory.json @@ -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"] }, @@ -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": [ diff --git a/files/en-us/web/api/csstransformvalue/index.md b/files/en-us/web/api/csstransformvalue/index.md index d8c3a546fee3d72..6e6e62f6eb679c0 100644 --- a/files/en-us/web/api/csstransformvalue/index.md +++ b/files/en-us/web/api/csstransformvalue/index.md @@ -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 diff --git a/files/en-us/web/api/datatransfer/index.md b/files/en-us/web/api/datatransfer/index.md index 8c60b80ac10555b..0185dc1cae6054d 100644 --- a/files/en-us/web/api/datatransfer/index.md +++ b/files/en-us/web/api/datatransfer/index.md @@ -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()")}} diff --git a/files/en-us/web/api/editcontext_api/index.md b/files/en-us/web/api/editcontext_api/index.md index 52f434ed8b1a8df..508b2454a03f42b 100644 --- a/files/en-us/web/api/editcontext_api/index.md +++ b/files/en-us/web/api/editcontext_api/index.md @@ -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) diff --git a/files/en-us/web/api/fenced_frame_api/index.md b/files/en-us/web/api/fenced_frame_api/index.md index 12d003288ef83f6..0b9b9d0f18a434c 100644 --- a/files/en-us/web/api/fenced_frame_api/index.md +++ b/files/en-us/web/api/fenced_frame_api/index.md @@ -26,6 +26,8 @@ Most modern browsers are working on mechanisms to partition storage so that cook - A `` cannot be freely manipulated or have its data accessed via regular scripting (for example reading or setting the source URL). `` content can only be embedded via [specific APIs](#use_cases). - A `` cannot access the embedding context's DOM, nor can the embedding context access the ``'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 ``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. diff --git a/files/en-us/web/api/gpurenderbundle/index.md b/files/en-us/web/api/gpurenderbundle/index.md index fd87351a43eef72..5902f79a69f3fcc 100644 --- a/files/en-us/web/api/gpurenderbundle/index.md +++ b/files/en-us/web/api/gpurenderbundle/index.md @@ -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 diff --git a/files/en-us/web/api/indexeddb_api/index.md b/files/en-us/web/api/indexeddb_api/index.md index 6c5ed37d2486eb3..ea244c84bb576a9 100644 --- a/files/en-us/web/api/indexeddb_api/index.md +++ b/files/en-us/web/api/indexeddb_api/index.md @@ -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. diff --git a/files/en-us/web/api/paymentrequestevent/index.md b/files/en-us/web/api/paymentrequestevent/index.md index cfe7b371097883c..afd71a8da460c10 100644 --- a/files/en-us/web/api/paymentrequestevent/index.md +++ b/files/en-us/web/api/paymentrequestevent/index.md @@ -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}} diff --git a/files/en-us/web/api/svgrect/the__x__property/index.md b/files/en-us/web/api/svgrect/x/index.md similarity index 98% rename from files/en-us/web/api/svgrect/the__x__property/index.md rename to files/en-us/web/api/svgrect/x/index.md index 2ce0e06ca21bcca..982b54bf19f10ce 100644 --- a/files/en-us/web/api/svgrect/the__x__property/index.md +++ b/files/en-us/web/api/svgrect/x/index.md @@ -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 --- diff --git a/files/en-us/web/api/vreyeparameters/index.md b/files/en-us/web/api/vreyeparameters/index.md index aa2a39ab3a2b534..a678ad23eb56fdf 100644 --- a/files/en-us/web/api/vreyeparameters/index.md +++ b/files/en-us/web/api/vreyeparameters/index.md @@ -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}} diff --git a/files/en-us/web/css/css_miscellaneous/index.md b/files/en-us/web/css/css_miscellaneous/index.md deleted file mode 100644 index d99b3417d9ddcaf..000000000000000 --- a/files/en-us/web/css/css_miscellaneous/index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: CSS miscellaneous -slug: Web/CSS/CSS_miscellaneous -page-type: css-module ---- - -{{CSSRef}} - -These pages contain CSS properties that are supported by browsers but either aren't included in a CSS specification, don't fit into any other CSS categories, or are experimental. - -## Reference - -### Properties - -- {{cssxref("all")}} -- {{cssxref("text-rendering")}} - -## Specifications - -_These properties are mostly unrelated to each other. Consult their individual pages for specifications._ - -## Browser compatibility - -_These properties are mostly unrelated to each other. Consult their individual pages for availability in browsers._ diff --git a/files/en-us/web/css/mozilla_extensions/index.md b/files/en-us/web/css/mozilla_extensions/index.md index 7c9520c8a93d0a2..73dde9010ecb348 100644 --- a/files/en-us/web/css/mozilla_extensions/index.md +++ b/files/en-us/web/css/mozilla_extensions/index.md @@ -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")}} @@ -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 diff --git a/files/en-us/web/html/index.md b/files/en-us/web/html/index.md index 0f656146957f3a9..a3232a305b7b9ee 100644 --- a/files/en-us/web/html/index.md +++ b/files/en-us/web/html/index.md @@ -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) diff --git a/files/en-us/web/html/reference/index.md b/files/en-us/web/html/reference/index.md index 5b212a1138a97da..c65fac67a8c53ff 100644 --- a/files/en-us/web/html/reference/index.md +++ b/files/en-us/web/html/reference/index.md @@ -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. diff --git a/files/en-us/web/media/index.md b/files/en-us/web/media/index.md index 183f4c7c38ae786..0688740eda03c8a 100644 --- a/files/en-us/web/media/index.md +++ b/files/en-us/web/media/index.md @@ -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 `