MCPcopy Create free account
hub / github.com/dillo-browser/dillo / isSafe

Method isSafe

src/css.hh:463–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 void apply (CssPropertyList *props, Doctree *docTree,
462 const DoctreeNode *node, MatchCache *matchCache) const;
463 inline bool isSafe () {
464 return !selector->checksPseudoClass () || props->isSafe ();
465 };
466 inline int specificity () { return spec; };
467 inline int position () { return pos; };
468 void print ();

Callers 1

addRuleMethod · 0.45

Calls 1

checksPseudoClassMethod · 0.80

Tested by

no test coverage detected