startTagNoScriptNoFramesStyle method
void
startTagNoScriptNoFramesStyle(
- StartTagToken token
Implementation
void startTagNoScriptNoFramesStyle(StartTagToken token) {
// Need to decide whether to implement the scripting-disabled case
parser.parseRCDataRawtext(token, 'RAWTEXT');
}