Creates an embedded style sheet.
Class Style( data, type ) from \ EscapingData(( "style", StyleAttribs))
The style will be rendered wrapped in an XML CDATA element.
However, XHTML standard suggest not to use this tag and load the stylesheet via link to other documents, to avoid compatibility problems with not totally compliant browsers.
If type is not given, it will be defaulted to "text/css"
Properties | |
text |
Methods inherited from class EscapingData | |
render | |
Properties inherited from class BaseDom | |
childTypeList | |
children | |
eattr | |
hname | |
parent | |
profile | Meta-profiles. |
text | |
Methods inherited from class BaseDom | |
render | |
st_makesep |