View Single Post
Old 11-25-2015, 09:51 AM   #5
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
Quote:
Originally Posted by theducks View Post
RMSDK (at least on older devices) will barf on an invalid style
(the SPEC say it should ignore those. They did...by ignoring the whole stylesheet)
That's not precisely true. The RMSDK uses incorrect rules for skipping declarations that trigger parse errors according to CSS specifications. As a result, unknown @ rules fail spectacularly (because it doesn't parse them correctly as an @ rule), as do rules that include unknown functions (keywords followed by parenthesized expressions) as part of their value, IIRC, because it doesn't correctly use parenthesis/brace matching until the semicolon that terminates the rule, or something.

However, plain-jane unknown rules are ignored correctly, in my experience, as are unknown constants, so "text-decoration-style: dashed;" should be ignored correctly by even older RMSDK versions.
dgatwood is offline   Reply With Quote