Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Jan 25, 2024
1 parent b8f36ea commit 8ae8f1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _rules/css-restrict-orientation-b33eff.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ This rule applies to any [HTML element][] that is [visible](#visible) and has on
- the CSS [rotate](https://www.w3.org/TR/css-transforms-2/#individual-transforms) property; or
- the CSS [transform](https://www.w3.org/TR/css-transforms/#propdef-transform) property with any of the below [transformation functions](https://www.w3.org/TR/css-transforms/#transform-functions):

- [rotate](https://www.w3.org/TR/css-transforms/#funcdef-transform-rotate)
- [rotate3d](https://www.w3.org/TR/css-transforms-2/#funcdef-rotate3d)
- [rotateZ](https://www.w3.org/TR/css-transforms-2/#funcdef-rotatez)
- [matrix](https://www.w3.org/TR/css-transforms/#funcdef-transform-matrix)
- [matrix3d](https://www.w3.org/TR/css-transforms-2/#funcdef-matrix3d)
- [rotate](https://www.w3.org/TR/css-transforms/#funcdef-transform-rotate)
- [rotate3d](https://www.w3.org/TR/css-transforms-2/#funcdef-rotate3d)
- [rotateZ](https://www.w3.org/TR/css-transforms-2/#funcdef-rotatez)
- [matrix](https://www.w3.org/TR/css-transforms/#funcdef-transform-matrix)
- [matrix3d](https://www.w3.org/TR/css-transforms-2/#funcdef-matrix3d)

**Note:** These specific [transformation functions](https://www.w3.org/TR/css-transforms/#transform-functions) are of interest to this rule as they have the potential to affect the [rotation](https://www.w3.org/TR/css-transforms-2/#Rotate3dDefined) of a given element.

Expand Down

0 comments on commit 8ae8f1b

Please sign in to comment.