Re: [csswg-drafts] [css-inline-3] Behavior of initial letter property with 1st argument value set to [0, 1)

Looks like it rejects the value when parsing. It accepts positive 
integer only, since the non-integer part of the argument specified in 
the spec. is not implemented yet.

No idea where to paste the source link to webkit. Here are some 
references: [1] is a github unofficial mirror pointing to the parser 
for webkit-initial-letter. [2] is the original implementation patch.

[1] 
https://github.com/WebKit/webkit/blob/master/Source/WebCore/css/CSSParser.cpp#L2545
[2] 
https://bugs.webkit.org/attachment.cgi?id=237561&action=prettypatch

-- 
GitHub Notification of comment by chenpighead
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/341#issuecomment-235232586 
using your GitHub account

Received on Tuesday, 26 July 2016 10:42:54 UTC