[Webkit-unassigned] [Bug 38878] Unrecognized arguments cause multiple box-shadows to fail.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 04:06:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38878





--- Comment #4 from Trevor Downs <cyberskull at mac.com>  2010-08-19 04:06:22 PST ---
The *inset* argument works, but the underlying issue with the parser remains. Let me see if I can explain my position better.

Given a property 'p'

e {
    p: foo, foo bar, err foo;
}

Now 'err' is not recognized by the parser as valid. This causes p to fail in e. Ideally what would happen is that given that each declaration inside of p is independent of the others, "foo" and "foo bar" would be applied to e and "err foo" would be ignored and logged in the console as an error.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list