ben-eb/css-values

Handle multiple values appropriately

Open

#3 建立於 2016年3月15日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (3 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (64 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南