braillespecs / braille-css

Braille CSS specification
http://braillespecs.github.io/braille-css
2 stars 1 forks source link

Allow line-height in @page context #38

Open bertfrees opened 9 years ago

bertfrees commented 9 years ago

Use OBFL's row-spacing attribute on layout-master to implement it. Note that we should make sure OBFL's behavior is consistent with CSS (w.r.t. cascading etc.). This is not an essential feature because setting double line spacing document-wide can also be accomplished with:

* {
  line-height: 2;
}

See also: