// FIXME: when do we need to apply the user agent style sheet?
try {
getUserAgentDefaultStyleSheet(element);
} catch (UnsupportedEncodingException e) {
Logger log = PDPlugin.getLogger(CSSStyleDeclaration.class);
log.error("Error.CSSUtil.1", e); //$NON-NLS-1$
} catch (IOException e) {
Logger log = PDPlugin.getLogger(CSSStyleDeclaration.class);
log.error("Error.CSSUtil.2", e); //$NON-NLS-1$
}
if (_userAgentDefault != null) {