Skip to content

Commit

Permalink
Merge branch 'main' into related-website-sets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills authored Dec 19, 2023
2 parents 14dc039 + 53b19ad commit 7e1878c
Show file tree
Hide file tree
Showing 16 changed files with 153 additions and 432 deletions.
3 changes: 0 additions & 3 deletions files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6497,8 +6497,6 @@
/en-US/docs/SVG/Attribute/color-interpolation /en-US/docs/Web/SVG/Attribute/color-interpolation
/en-US/docs/SVG/Attribute/color-interpolation-filters /en-US/docs/Web/SVG/Attribute/color-interpolation-filters
/en-US/docs/SVG/Attribute/color-profile /en-US/docs/Web/SVG/Attribute/color-profile
/en-US/docs/SVG/Attribute/contentScriptType /en-US/docs/Web/SVG/Attribute/contentScriptType
/en-US/docs/SVG/Attribute/contentStyleType /en-US/docs/Web/SVG/Attribute/contentStyleType
/en-US/docs/SVG/Attribute/cursor /en-US/docs/Web/SVG/Attribute/cursor
/en-US/docs/SVG/Attribute/cx /en-US/docs/Web/SVG/Attribute/cx
/en-US/docs/SVG/Attribute/cy /en-US/docs/Web/SVG/Attribute/cy
Expand Down Expand Up @@ -7589,7 +7587,6 @@
/en-US/docs/Web/API/BlobBuilder /en-US/docs/Web/API/Blob
/en-US/docs/Web/API/BlobEvent.BlobEvent /en-US/docs/Web/API/BlobEvent/BlobEvent
/en-US/docs/Web/API/BlobEvent.data /en-US/docs/Web/API/BlobEvent/data
/en-US/docs/Web/API/Bluetooth/onavailabilitychanged /en-US/docs/Web/API/Bluetooth/availabilitychanged_event
/en-US/docs/Web/API/BluetoothAdvertisingData /en-US/docs/Web/API/Web_Bluetooth_API
/en-US/docs/Web/API/BluetoothAdvertisingData/appearance /en-US/docs/Web/API/Web_Bluetooth_API
/en-US/docs/Web/API/BluetoothAdvertisingData/manufacturerData /en-US/docs/Web/API/Web_Bluetooth_API
Expand Down
12 changes: 0 additions & 12 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -124185,14 +124185,6 @@
"modified": "2020-10-15T21:04:59.286Z",
"contributors": ["Sebastianz", "connorshea", "Jeremie"]
},
"Web/SVG/Attribute/contentScriptType": {
"modified": "2020-10-15T21:09:10.002Z",
"contributors": ["Sebastianz", "Jeremie"]
},
"Web/SVG/Attribute/contentStyleType": {
"modified": "2020-10-15T21:09:14.670Z",
"contributors": ["Sebastianz", "George8211", "Jeremie", "pa7"]
},
"Web/SVG/Attribute/cursor": {
"modified": "2020-10-15T21:18:37.523Z",
"contributors": [
Expand Down Expand Up @@ -125377,10 +125369,6 @@
"Mogglewump"
]
},
"Web/SVG/Attribute/viewTarget": {
"modified": "2020-10-15T22:18:25.792Z",
"contributors": ["Sebastianz"]
},
"Web/SVG/Attribute/visibility": {
"modified": "2020-10-15T21:07:30.330Z",
"contributors": [
Expand Down
57 changes: 0 additions & 57 deletions files/en-us/web/api/bluetooth/availabilitychanged_event/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions files/en-us/web/api/bluetooth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ _Inherits properties from its parent {{domxref("EventTarget")}}._
- : Returns a {{jsxref("Promise")}} to a {{domxref("BluetoothDevice")}} object with the
specified options.

## Events

- {{domxref("Bluetooth.availabilitychanged_event", "availabilitychanged")}} {{Experimental_Inline}}
- : An event that fires when Bluetooth capabilities have changed in availability.

## Specifications

{{Specifications}}
Expand Down
9 changes: 3 additions & 6 deletions files/en-us/web/api/svgsvgelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ _This interface also inherits properties from its parent, {{domxref("SVGGraphics
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("width")}} attribute of the given {{SVGElement("svg")}} element.
- {{domxref("SVGSVGElement.height")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("height")}} attribute of the given {{SVGElement("svg")}} element.
- {{domxref("SVGSVGElement.contentStyleType")}}
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("contentStyleType")}} attribute of the given {{SVGElement("svg")}} element.
- {{domxref("SVGSVGElement.pixelUnitToMillimeterX")}} {{Deprecated_Inline}}
- : A float representing the size of the pixel unit (as defined by CSS2) along the x-axis of the viewport, which represents a unit somewhere in the range of 70dpi to 120dpi, and, on systems that support this, might actually match the characteristics of the target medium. On systems where it is impossible to know the size of a pixel, a suitable default pixel size is provided.
- {{domxref("SVGSVGElement.pixelUnitToMillimeterY")}} {{Deprecated_Inline}}
Expand All @@ -40,22 +38,21 @@ _This interface also inherits properties from its parent, {{domxref("SVGGraphics
- : An {{domxref("SVGViewSpec")}} defining the initial view (i.e., before magnification and panning) of the current innermost SVG document fragment. The meaning depends on the situation: If the initial view was a "standard" view, then:

- the values for {{SVGAttr("viewBox")}}, {{SVGAttr("preserveAspectRatio")}} and {{SVGAttr("zoomAndPan")}} within {{SVGAttr("currentView")}} will match the values for the corresponding DOM attributes that are on `SVGSVGElement` directly
- the values for {{SVGAttr("transform")}} and {{SVGAttr("viewTarget")}} within {{SVGAttr("currentView")}} will be `null`
- the value for {{SVGAttr("transform")}} within {{SVGAttr("currentView")}} will be `null`

If the initial view was a link into a {{SVGElement("view")}} element, then:

- the values for {{SVGAttr("viewBox")}}, {{SVGAttr("preserveAspectRatio")}} and {{SVGAttr("zoomAndPan")}} within {{SVGAttr("currentView")}} will correspond to the corresponding attributes for the given {{SVGElement("view")}} element
- the values for {{SVGAttr("transform")}} and {{SVGAttr("viewTarget")}} within {{SVGAttr("currentView")}} will be `null`
- the value for {{SVGAttr("transform")}} within {{SVGAttr("currentView")}} will be `null`

If the initial view was a link into another element (i.e., other than a {{SVGElement("view")}}), then:

- the values for {{SVGAttr("viewBox")}}, {{SVGAttr("preserveAspectRatio")}} and {{SVGAttr("zoomAndPan")}} within {{SVGAttr("currentView")}} will match the values for the corresponding DOM attributes that are on `SVGSVGElement` directly for the closest ancestor {{SVGElement("svg")}} element
- the values for {{SVGAttr("transform")}} within {{SVGAttr("currentView")}} will be `null`
- the {{SVGAttr("viewTarget")}} within {{SVGAttr("currentView")}} will represent the target of the link

If the initial view was a link into the SVG document fragment using an SVG view specification fragment identifier (i.e., `#svgView(…)`), then:

- the values for {{SVGAttr("viewBox")}}, {{SVGAttr("preserveAspectRatio")}}, {{SVGAttr("zoomAndPan")}}, {{SVGAttr("transform")}} and {{SVGAttr("viewTarget")}} within {{SVGAttr("currentView")}} will correspond to the values from the SVG view specification fragment identifier
- the values for {{SVGAttr("viewBox")}}, {{SVGAttr("preserveAspectRatio")}}, {{SVGAttr("zoomAndPan")}}, {{SVGAttr("transform")}} within {{SVGAttr("currentView")}} will correspond to the values from the SVG view specification fragment identifier

- {{domxref("SVGSVGElement.currentScale")}}
- : On an outermost {{SVGElement("svg")}} element, this float attribute indicates the current scale factor relative to the initial view to take into account user magnification and panning operations. DOM attributes `currentScale` and `currentTranslate` are equivalent to the 2×3 matrix `[a b c d e f] = [currentScale 0 0 currentScale currentTranslate.x currentTranslate.y]`. If "magnification" is enabled (i.e., `zoomAndPan="magnify"`), then the effect is as if an extra transformation were placed at the outermost level on the SVG document fragment (i.e., outside the outermost {{SVGElement("svg")}} element).
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/css/text-wrap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `text-wrap` property is specified as a single keyword chosen from the list o

## Description

There are 2 ways that text can flow across lines within a block of content, such as a paragraph ({{HTMLElement("p")}}) or headings ({{HTMLElement("heading_elements","<h1>–<h6>")}}). These are _forced line breaks_, that are controlled by the user, and _soft line breaks_, that are controlled by the browser. The `text-wrap` property can be user to advise the browser how to control the _soft line breaks_.
There are 2 ways that text can flow across lines within a block of content, such as a paragraph ({{HTMLElement("p")}}) or headings ({{HTMLElement("heading_elements","<h1>–<h6>")}}). These are _forced line breaks_, that are controlled by the user, and _soft line breaks_, that are controlled by the browser. The `text-wrap` property can be used to prompt the browser how to control the _soft line breaks_.

The value you choose, for `text-wrap`, depends on how many lines of text you anticipate styling, whether the text is `contenteditable`, and whether you need to prioritize appearance or performance.

Expand Down
Loading

0 comments on commit 7e1878c

Please sign in to comment.