Skip to content

Commit

Permalink
FF122 page-orientation descriptor enabled (remove layout.css.page-ori…
Browse files Browse the repository at this point in the history
…entation.enabled)
  • Loading branch information
hamishwillee committed Dec 3, 2024
1 parent 0f624ac commit 586c176
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,47 +474,6 @@ See ([Firefox bug 1461589](https://bugzil.la/1461589)) for more details.
</tbody>
</table>

### page-orientation descriptor

The **`page-orientation`** [CSS](/en-US/docs/Web/CSS) descriptor for the {{cssxref("@page")}} at-rule controls the rotation of a printed page. It handles the flow of content across pages when the orientation of a page is changed. This behavior differs from the [`size`](/en-US/docs/Web/CSS/@page/size) descriptor in that a user can define the direction in which to rotate the page.
See ([Firefox bug 1673987](https://bugzil.la/1673987)) for more details.

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version added</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>111</td>
<td>Yes</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>111</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>111</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>111</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>layout.css.page-orientation.enabled</code></td>
</tr>
</tbody>
</table>

### prefers-reduced-transparency media feature

The CSS [`prefers-reduced-transparency`](/en-US/docs/Web/CSS/@media/prefers-reduced-transparency) media feature lets you detect if a user has enabled the setting to minimize the amount of transparent or translucent layer effects on their device.
Expand Down

0 comments on commit 586c176

Please sign in to comment.