The sheet writer creates a <style> element inside the parent node per CSS rule and fills it with CSS text
generated by textual CSS production format.
This format is generally slower than CSS object model production format, but allows to add
<style> elements to DOM node outside document. E.g. to DocumentFragment.
Builds DOM style production format.
The sheet writer creates a
<style>
element inside theparent
node per CSS rule and fills it with CSS text generated by textual CSS production format.This format is generally slower than CSS object model production format, but allows to add
<style>
elements to DOM node outside document. E.g. toDocumentFragment
.