瀏覽代碼

Added TODO item

Taddeus Kroes 11 年之前
父節點
當前提交
e89a1d7dc4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -118,3 +118,5 @@ TODO / bugs
   produces inequivalent CSS, and could be fixed by unfolding each generic
   border declaration into four direction-specific ones, and sybsequently
   generating the shortest possible representation of the resulting box model.
+- `border:none` could be `border:0`, or in general any shorthand that has both
+  a `style` and `width` property should be transformed from `none` into `0`.