startTagNoScriptNoFramesStyle method

void startTagNoScriptNoFramesStyle(
  1. StartTagToken token
)

Implementation

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