6 litehtml::el_style::el_style(const std::shared_ptr
<document
>& doc
) : element(doc
)
11 void litehtml::el_style::parse_attributes()
15 for(auto& el
: m_children
)
19 get_document()->add_stylesheet( text
.c_str(), nullptr, get_attr("media") );
22 bool litehtml::el_style::appendChild(const ptr
&el
)
24 m_children
.push_back(el
);
28 litehtml::string_id
litehtml::el_style::tag() const
33 const char* litehtml::el_style::get_tagName() const