Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f0fe25

Browse files
author
Edward Z. Yang ext:(%22)
committed
Update tests and PHP for r3163, <keygen> breaks out of <select>
1 parent5aeccac commit1f0fe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎library/HTML5/TreeBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2639,7 +2639,7 @@ public function emitToken($token, $mode = null) {
26392639
));
26402640

26412641
}elseif($token['type'] === HTML5_Tokenizer::STARTTAG &&
2642-
($token['name'] ==='input' ||$token['name'] ==='textarea')) {
2642+
($token['name'] ==='input' ||$token['name'] ==='keygen' ||$token['name'] ==='textarea')) {
26432643
// parse error
26442644
$this->emitToken(array(
26452645
'name' =>'select',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp