lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
732 stars 65 forks source link

Change the way background is parsed and serialized; One node can have… #75

Closed aygulsalahli closed 4 years ago

aygulsalahli commented 4 years ago

Change the way background is parsed and serialised; One node can have only one background with multiple background-properties. Removed unused mycss_values_background_list_t and all related functions. Collate function changed accordingly.

Added collation for border and border-sides.

lexborisov commented 4 years ago

Thanks!