-webkit-box-orient
See original GitHub issueRule box-orient
doesn’t transform into -webkit-box-orient
.
Rule -webkit-box-orient
doesn’t copy, it simply disappears.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:10
- Comments:17 (8 by maintainers)
Top Results From Across the Web
box-orient - CSS: Cascading Style Sheets - MDN Web Docs
The box-orient CSS property sets whether an element lays out its contents horizontally or vertically.
Read more >MozBoxOrient style property | webkitBoxOrient style property
Specifies or retrieves whether the children of a box element should be laid out horizontally or vertically. Only works for box objects. An...
Read more >webkit-box-orient'. · Issue #2335 - styled-components - GitHub
When i use styled-components as Style Objects, webkitBoxOrient css property is rendered to webkit-box-orient instead of -webkit-box-orient ...
Read more >CSS property: -webkit-box-orient
Specifies the layout of elements nested within a flexible box element. This property applies only to flexible box layouts. For more information about...
Read more >"-webkit-box-orient" | Can I use... Support tables for ... - CanIUse
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Да простит меня англоязычная публика… =) Но что-то тяжело формулируется. Окей, вполне верю что версия без префикса не та, что я предположил по наитию, убрав
-webkit
. Да, возможно это не самое прекрасное решение, основанное на подобных свойствах, но оно работает, работает ожидаемо в браузерах, что необходимо поддерживать. К сожалению, других адекватных решений не нашёл, кроме как использовать javascript, но в данной ситуации это кажется избыточным. Хаки с перекрытием текста не подходят, когда фон не является сплошным цветом. В этом и вопрос: можно ли добавить свойство в исключение, чтобы оно не удалялось? И буду благодарен за ссылку на какой-то новый вариант решения без js и серверной стороны.Fixed by 69ed8a0 and released in 9.6.1.