ben-eb/css-values

Handle multiple values appropriately

Open

#3 geöffnet am 15. März 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (64 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

At the moment, this module just validates a single value and doesn't handle multiple values very well. For example, in the output module a couple of tests for the initial-letter property are failing, because the module doesn't take into account the position of each of the values.

normal | [<number> <integer>?]

https://developer.mozilla.org/en-US/docs/Web/CSS/initial-letter

So, we need to make the module aware of multiple value syntaxes such as this one; test fixtures should be generated to handle cases such as initial-letter: 3.0 2 for example.

Contributor Guide