mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 23:26:36 +00:00
LibWeb/CSS: Add support for unicode-bidi
property
This commit is contained in:
parent
16f2f6aa42
commit
77761e123d
Notes:
github-actions[bot]
2024-10-07 13:58:14 +00:00
Author: https://github.com/khaledev
Commit: 77761e123d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1618
Reviewed-by: https://github.com/AtkinsSJ ✅
10 changed files with 75 additions and 0 deletions
|
@ -187,6 +187,7 @@ transition-delay: 0s
|
|||
transition-duration: 0s
|
||||
transition-property: all
|
||||
transition-timing-function: ease
|
||||
unicode-bidi: normal
|
||||
user-select: auto
|
||||
vertical-align: baseline
|
||||
width: 784px
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
normal
|
||||
embed
|
||||
isolate
|
||||
bidi-override
|
||||
isolate-override
|
||||
plaintext
|
||||
normal
|
||||
normal
|
||||
normal
|
||||
normal
|
Loading…
Add table
Add a link
Reference in a new issue