[PHP-users 6885] Re: print() 文での表記方法
Yusuke SUSUKI
php-users@php.gr.jp
Sun, 14 Apr 2002 14:38:11 +0900
薄です。PHP Users MLの皆さん、こんにちは。
澤田保隆さん、こんにちは。
SAWADA Hodaka <hoda@tail.gr.jp> さんの
【[PHP-users 6859] Re: print()文での表記方法】
(MSSAGE ID:<x6g020p6u9.wl@ellis.tail.gr.jp>)
2002年4月13日(土)午後1時20分46秒 +0900
について、
>今までの HTML なら問題ないですが、今後 XHTML 等々を見据えるならば、
>属性値を引用符で囲むのを省略せずに必須にしたほうがよいに一票です。
HTMLでも、属性値にダブルクオートなしで書けるのは、属性値が、
[-a-zA-Z0-9.]+のときのみです(たぶん)。
<blockquote cite="http://www.w3.org/TR/1998/REC-html40-19980424/intro/sgmltut.html#h-3.2.2">
<p>
In certain cases, authors may specify the value of
an attribute without any quotation marks. The
attribute value may only contain letters (a-z and
A-Z), digits (0-9), hyphens (ASCII decimal 45), and
periods (ASCII decimal 46). We recommend using
quotation marks even when it is possible to
eliminate them.
</p>
</blockquote>
-------2002年04月14日(日)午後02時27分24秒(JST:+0900)--------
Yusuke SUSUKI
E-mail yusuke@t-aid.com
-------2002年04月14日(日)午後02時38分07秒(JST:+0900)--------