CSS Ruby Layout Module Level 1 CR Test Suite

Ruby Formatting Properties (14 tests)

Test Refs Flags Info
+ 4 Ruby Formatting Properties
+ 4.1 Ruby Positioning: the ruby-position property
ruby-position-invalid Script CSS Ruby Layout: parsing ruby-position with invalid values
  • ruby-position supports only the grammar 'over | under | inter-character'.
ruby-position-valid Script CSS Ruby Layout: parsing ruby-position with valid values
  • ruby-position supports the full grammar 'over | under | inter-character'.
+ 4.2 Sharing Annotation Space: the ruby-merge property
+ 4.3 Ruby Text Distribution: the ruby-align property
ruby-align-001 = Tests for ruby-align
ruby-align-001a = Tests for ruby-align
ruby-align-002 = Tests for ruby-align
ruby-align-002a = Tests for ruby-align
ruby-align-invalid Script CSS Ruby Layout: parsing ruby-align with invalid values
  • ruby-align supports only the grammar 'start | center | space-between | space-around'.
ruby-align-valid Script CSS Ruby Layout: parsing ruby-align with valid values
  • ruby-align supports the full grammar 'start | center | space-between | space-around'.
ruby-merge-invalid Script CSS Ruby Layout: parsing ruby-merge with invalid values
  • ruby-merge supports only the grammar 'separate | merge | auto'.
ruby-merge-valid Script CSS Ruby Layout: parsing ruby-merge with valid values
  • ruby-merge supports the full grammar 'separate | merge | auto'.
ruby-text-combine-upright-001a = Ruby with text-combine-upright base
ruby-text-combine-upright-001b = Ruby with text-combine-upright child in base
ruby-text-combine-upright-002a = Ruby with text-combine-upright in annotation
ruby-text-combine-upright-002b = Ruby with text-combine-upright child in annotation
+ 4.4 Ruby Text Decoration