UnstableChanges

Summary

  1. API: fpmath: Add macro helper for handling percentages (details)
  2. API: computed: width: Resolve to px and have static getter (details)
Commit efac7a83d2bc672a14c164d3bb12ad6de7c0b122 by Michael Drake
API: fpmath: Add macro helper for handling percentages
The file was modifiedinclude/libcss/fpmath.h (diff)
Commit 2d5cfedb61d6abd4a6f763c5116366df8f497aa6 by Michael Drake
API: computed: width: Resolve to px and have static getter
The css_computed_width() function now resolves the unit to a value in
pixels. A new css_computed_width_static() call gets the raw length and
unit.
This is a step on the path to having calc() support.
The file was modifiedinclude/libcss/computed.h (diff)
The file was modifiedtest/dump_computed.h (diff)
The file was modifiedsrc/select/computed.c (diff)