https://bugs.webkit.org/show_bug.cgi?id=86750
Reviewed by Alexis Menard.
It's not clear to me what the first block was even referring to.
Aural doesn't seem to exist anymore. It might be worth keeping,
"All the CSS properties are not supported by the renderer at the
moment.", but it seems obvious to me.
No new tests, just removing a comment.
* css/CSSParser.cpp:
(WebCore::CSSParser::parseValue):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117468
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-05-17 Tony Chang <tony@chromium.org>
+
+ remove bit rotted comment about css properties
+ https://bugs.webkit.org/show_bug.cgi?id=86750
+
+ Reviewed by Alexis Menard.
+
+ It's not clear to me what the first block was even referring to.
+ Aural doesn't seem to exist anymore. It might be worth keeping,
+ "All the CSS properties are not supported by the renderer at the
+ moment.", but it seems obvious to me.
+
+ No new tests, just removing a comment.
+
+ * css/CSSParser.cpp:
+ (WebCore::CSSParser::parseValue):
+
2012-05-17 Adrienne Walker <enne@google.com>
Insert source file and line number for v8 function calls into tracing
RefPtr<CSSValue> parsedValue;
switch (propId) {
- /* The comment to the left defines all valid value of this properties as defined
- * in CSS 2, Appendix F. Property index
- */
-
- /* All the CSS properties are not supported by the renderer at the moment.
- * Note that all the CSS2 Aural properties are only checked, if CSS_AURAL is defined
- * (see parseAuralValues). As we don't support them at all this seems reasonable.
- */
-
case CSSPropertySize: // <length>{1,2} | auto | [ <page-size> || [ portrait | landscape] ]
return parseSize(propId, important);