Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML5 仕様によると、doctype プリアンブルは大文字と小文字を区別しません。では、なぜ Aptana Studio 3 は HTML ドキュメントの小文字の Doctype について文句を言うのでしょうか?
おそらく、XML では<!doctype html>有効ではないためです。XML では、DOCTYPE大文字のキーワードが必要です。したがって、一般的な XML ツールを使用して HTML5 ドキュメントを処理する場合は、<!DOCTYPE html>.
<!doctype html>
DOCTYPE
<!DOCTYPE html>