Recent Docs Activity
View all activity| Page | Date | Comment |
|---|---|---|
direction |
||
direction |
Is the default value of `direction` really `ltr`? It seems to me like the default value is `inherited`. The reason that elements are `ltr` by default is that they inherit from the default value of direction for HTML documents, which is `ltr`. |