#regexp A sequence of bytes starting with: * #ja $1 で始まるバイト列 #en Any other byte #ja その他のバイト #en Consume the next input character: #ja 次入力文字を消費: #en A comment token #ja 注釈字句 #en A DOCTYPE token #ja DOCTYPE 字句 #regexp A start tag whose tag name is "*" #ja タグ名が "$1" の開始タグ #regexp A start tag whose tag name is one of: * #ja タグ名が $1 のいずれかの開始タグ #regexp An end tag whose tag name is "*" #ja タグ名が "$1" の終了タグ #regexp An end tag whose tag name is one of: * #ja タグ名が $1 のいずれかの終了タグ #en Any other start tag #ja その他の開始タグ #en Any other end tag #ja その他の終了タグ #en Anything else #ja その他のもの #en Run the following algorithm: #ja 次の算法を実行します: #en Otherwise: #ja それ以外の場合: #regexp Return to step *. #ja 手順 $1 に戻ります。 #regexp Act as if a start tag token with the tag name "*" had been seen, then reprocess the current token. #ja タグ名が "$1" の開始タグ字句を見たかのように動作してから、 現在字句を再処理します。 #en Parse error. #ja 構文解析誤り。 #en Parse error. Ignore the token. #ja 構文解析誤り。字句を無視します。