You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current method for injecting custom implementations of SupportedCSS, DeclarationTransformer, CSSParserFactory, etc. with the CSSFactory.registerFoo and CSSFactory.getFoo functions is not so great if you want to use jStyleParser for several flavors of CSS in a single application. Better would be if one could somehow explicitly pass the right instances in API calls.
The text was updated successfully, but these errors were encountered:
bertfrees
added a commit
to daisy/braille-css-java
that referenced
this issue
Apr 18, 2016
The current method for injecting custom implementations of
SupportedCSS
,DeclarationTransformer
,CSSParserFactory
, etc. with theCSSFactory.registerFoo
andCSSFactory.getFoo
functions is not so great if you want to use jStyleParser for several flavors of CSS in a single application. Better would be if one could somehow explicitly pass the right instances in API calls.The text was updated successfully, but these errors were encountered: