Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 703 Bytes

status.md

File metadata and controls

31 lines (27 loc) · 703 Bytes

Status

Block

  • basie rect
  • background
  • margin collapse

Inline

  • basic text
    • wrap inline element with anonymous inline box
    • font
      • ascent, descent
      • text width
    • calculate line-height
    • positioning
      • block-start: left-top of containing block
      • block-end: font leading position
      • inline-start: left-top of containing block
      • inline-end: text width
  • style inheritance
  • line break
    • line-break: auto;
    • word-break: normal;
    • word-break: break-all; ... for japanese
    • overflow-wrap: normal;
  • cache font
  • internationalization(only japanese)
  • white space
  • vertical align, text-align