Versions in this module Expand all Collapse all v0 v0.2.0 Aug 27, 2015 v0.1.0 Apr 15, 2015 Changes in this version + const ELEMENTS_AND_PSEUDO_ELEMENTS_REGEXP + const ELT_MARKER_ATTR + const INLINE_FAKE_SELECTOR + const NON_ID_ATTRIBUTES_AND_PSEUDO_CLASSES_REGEXP + func ComputeSpecificity(selector string) int + func Inlinable(selector string) bool + func Inline(html string) (string, error) + type Element struct + func NewElement(elt *goquery.Selection) *Element + type ElementAttr struct + type Inliner struct + func NewInliner(html string) *Inliner + func (inliner *Inliner) Inline() (string, error) + type StyleDeclaration struct + Declaration *css.Declaration + StyleRule *StyleRule + func NewStyleDeclaration(styleRule *StyleRule, declaration *css.Declaration) *StyleDeclaration + func (styleDecl *StyleDeclaration) Specificity() int + type StyleRule struct + Declarations []*css.Declaration + Selector string + Specificity int + func NewStyleRule(selector string, declarations []*css.Declaration) *StyleRule + func (styleRule *StyleRule) String() string