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.
私はTidyを使用して、HTMLファイルをクリーンアップしてHTML/XHTMLに準拠させています。ただし、出力には次のような非標準の属性値が含まれます。
<table id='abc'>...
また
<input type='button' />
(一重引用符を見てください)。厳密なXHTML出力を提供するようにTidyを構成するにはどうすればよいですか?前もって感謝します!
これは確かに有効なXHTMLです。属性値には、二重引用符または一重引用符を使用できます。