keyboard-layout-editor/spec
Ian Prest dbaa19d600 Fix a serialization issue with text sizes
-- Needed parentheses on one of my conditions in compareTextSizes(); was
returning false more often than necessary, which isn't that bad, but
would cause serialization output to be bigger than necessary sometimes.
-- More problematic was that we wouldn't always write f2/fa during
serialization if it was necessary.
---- Any time 'f' is written, we need to blow away the saved font-array.
---- And any time the font comparison fails, we *have* to write f2/fa,
so the call to serializeProp was wrong.
-- Fixes #104
2015-08-04 22:54:58 -04:00
..
support Wrote my own CSS parser + unit-tests 2015-07-30 21:28:17 -04:00
kb-css-spec.js Fix CSS parser to handle at-rules with nested blocks 2015-07-31 19:30:34 -04:00
kb-serial-spec.js Fix a serialization issue with text sizes 2015-08-04 22:54:58 -04:00