finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

Whitelist `flex` and `grid` displays and related properties in PML/MML #363

Closed antoinerollindev closed 1 year ago

antoinerollindev commented 1 year ago

Today, flex and grid CSS displays are common ways to align HTML element. This commit allows flex and grid displays and all related properties in PML/MML.

New CSS properties:

flex
flex-grow
flex-basis
flex-shrink
flex-flow
flex-direction
flex-wrap
align-content
align-items
align-self
justify-content
justify-items
justify-self
place-content
place-items
place-self
gap
grid
grid-area
grid-auto-columns
grid-auto-flow
grid-auto-rows
grid-column
grid-column-end
grid-column-gap
grid-column-start
grid-gap
grid-row
grid-row-end
grid-row-gap
grid-row-start
grid-template
grid-template-areas
grid-template-columns
grid-template-rows
linux-foundation-easycla[bot] commented 1 year ago

CLA Signed

The committers listed above are authorized under a signed CLA.