|
tidy::diagnosetidy_diagnoseパース、修正されたマークアップの診断を行う 説明オブジェクト指向型
public bool tidy::diagnose()
手続き型 bool tidy_diagnose(tidy
$tidy )
与えられた Tidy オブジェクト パラメータ
戻り値
成功した場合に 例
例1 tidy::diagnose の例
上の例の出力は以下となります。 line 4 column 1 - Warning: <p> isn't allowed in <head> elements line 4 column 1 - Warning: inserting missing 'title' element line 4 column 1 - Warning: <p> isn't allowed in <head> elements line 4 column 1 - Warning: inserting missing 'title' element Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" Info: Document content looks like XHTML 1.0 Strict 2 warnings, 0 errors were found! 参考
|