ruby-no-transform.html (615B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>Ruby should not support transform</title> 4 <link rel="author" title="L. David Baron" href="https://dbaron.org/"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 6 <link rel="help" href="https://drafts.csswg.org/css-transforms-1/#transform-property"> 7 <link rel="match" href="ruby-no-transform-ref.html"> 8 <link rel="stylesheet" href="support/ruby-common.css"> 9 <style> 10 ruby, rbc, rb, rtc, rt { 11 transform: translateX(50px); 12 } 13 </style> 14 <ruby> 15 <rbc><rb>a</rb><rb>b</rb></rbc> 16 <rtc><rt>A</rt><rt>B</rt></rtc> 17 </ruby> 18 19 <ruby>a<rt>A</rt>b<rt>B</rt></ruby>