Commit 0c972dc
committed
[css-ruby] Remove issue about auto-hide text comparison and clarify interaction with text-transform: using DOM text is easier since all implementations maintain a copy of the DOM text, but not all maintain one of post-collapsed text. (Best for authors would be after white-space collapsing and before text-transform, but probably few people will run into a case where it matters.) It must be prior to text-transform because 'text-transform: large-kana' is a relevant use case for ruby.
1 parent 1217fe1 commit 0c972dc
2 files changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
863 | 862 | | |
864 | 863 | | |
865 | 864 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | | - | |
510 | 509 | | |
511 | 510 | | |
512 | 511 | | |
| |||
0 commit comments