Minutes San Francisco F2F 2016-05-11 Part I: Step Sizing, CSSOM View, CSS Text 3 & 4, Logical properties and margins in vertical text
Step Sizing
- The group reviewed Koji’s proposed spec for snap-sizing and still had a few too many concerns for FPWD. The concerns included:
- The potential for fonts rendering differently depending on OS.
- Interaction with line-grid being confusing for authors.
- That the proposal breaks the CSS design rule of being robust.
- The spec didn’t have enough use cases for the group to determine if this proposal would solve the problem-space.
Full Minutes || Spec Referenced
CSSOM View
- Brief discussion of changes for handling of empty rects in
getBoundingClientRects()
Issue here.
Full Minutes || Spec Referenced
CSS Text 3 & 4
- Resolved: Not breaking on nbsp; for the break-all value.
- Resolved: break-all should do the same as normal for preserved spaces.
- Resolved: break-spaces goes into overflow-wrap instead of word-break.
- Resolved: Keep current hanging-punctuation values in Level 3.
- Resolved: Add note that more non-CJK-relevant keywords will be added to Level 4.
Full Minutes || Specs Referenced: CSS Text 3, CSS Text 4
Logical properties and margins in vertical text
- Resolved: margin/border/padding logical properties use the element’s own writing-mode, not their parent’s writing-mode.
Full Minutes || Spec Referenced
« Previous article
Next article »