[3] HTML要素には、色々な属性を指定することができます。
[5] いくつかの属性はすべてのHTML要素で使えると定義されており、大域属性と呼ばれています。
_moz_anonclass
axis
td
,
th
)colspan
td
,
td
)_moz_dirty
for
label
) (script
)
(予約 → XML事象)headers
td
, th
)label
optgroup
, option
)lang
xml:lang
)language
type
)rowspan
td
,
td
)_moz-rs-heading
scope
td
,
td
)span
col
,
colgroup
)start
ol
)
(非推奨 → start
)value
li
)
(非推奨 → value
)type
button
, input
)value
param
)valuetype
param
)application
manifest
)archive
applet
,
object
)
(form
, input
)action
isindex
, form
)_base_href
xml:base
)body
a
) (妄想
→ mailto:
の body
照会引数)charset
a
, link
, script
)
(→ 媒体型 charset
引数)cite
blockquote
,
del
, ins
, q
)classid
object
)code
applet
)
(非推奨 → object
classid
)codebase
applet
, object
)codetype
object
)coords
a
,
area
)cryptopts
(廃止)data
URLdeclare
(廃止)defer
(廃止 → script
)dn
(廃止)email
(廃止 → mailto:
)enctype
フォーム提出形式xlink:from
XLink 始点href
リンク先の URLxlink:href
XLink 参照 (廃止 → href
,
src
)hreflang
リンク先の自然言語
(a
, link
)method
フォーム提出方式nohref
リンク先無し (廃止)nonce
(廃止)object
applet
)
(非推奨 → object
param
)onto
orgsrc
oversrc
ping
shape
a
,
area
)src
applet
, audio
,
embed
,
frame
, iframe
,
img
, input
,
script
, video
)subject
a
) (妄想
→ mailto:
の Subject
照会引数)security
telbook
a
) (非標準)titleid
xlink
type
a
, area
,
link
, object
,
param
, script
,
style
)xlink
usemap
img
, input
,
object
)urn
utn
a
,
form
) (非標準)schemaLocation
(XML Schema)version
accesskey
a
, area
,
制御子) (→ CSS)async
autoactivate
checked
input
)csclick
onclick
)csover
onmouseover
,
onmouseout
)defer
directkey
accesskey
)disabled
style
)event
script
) (予約 → XML事象)maxlength
input
)mayscript
multiple
select
)on*
readonly
selected
option
)tabindex
a
, area
,
object
) (→ CSS nav-index
)value
align
applet
, caption
,
%cellhalign
,
div
, embed
,
hn
, hr
,
iframe
, img
,
input
, legend
,
p
, table
)alink
body
) (非推奨 → a:active
color
)background
body
) (非推奨 → background-image
)bgcolor
body
, table
, td
,
th
, tr
)
(非推奨 → background-color
)border
img
, object
,
table
) (非推奨 → border
)cellpadding
table
) (→ padding
)cellspacing
table
) (→ スタイル・シート)char
%cellhalign
) (→ スタイル・シート)charoff
%cellhalign
) (→ スタイル・シート)clear
br
)
(非推奨 → CSS clear
)color
basefont
, body
,
font
) (非推奨 → CSS color
)cols
frameset
) (→ XFrames)
(textarea
) (→ CSS height
)cool
table
)compact
dir
, dl
, menu
,
ol
, ul
)
(非推奨 → CSS)face
basefont
, font
)
(非推奨 → CSS font-family
)frame
border
)frameborder
frame
, iframe
)
(→ CSS border
)height
applet
, embed
,
iframe
,
img
, object
,
table
, td
,
td
)
(非推奨 → CSS height
)[hflip
]]img
)csheight
td
)hspace
applet
, embed
,
img
, object
)
(非推奨 → CSS padding
)link
body
)
(非推奨 → CSS a:link color
)
marginheight
frame
, iframe
)
(→ CSS margin
)marginwidth
frame
, iframe
)
(→ CSS margin
)mode
white-space
)noresize
frame
)
(→ スタイル・シート)noshade
hr
) (非推奨 → CSS border-style
)nowrap
white-space: nowrap
)rows
frameset
) (→ XFrames)
(textarea
) (→ CSS width
)rules
table
) (→ CSS border
)scroll
overflow
)scrolling
overflow
)seqnum
counter
)showgridx
table
)showgridy
table
)size
basefont
,
font
,
hr
, input
,
select
)
(非推奨 → CSS font-size
,
border-size
, width
,
height
)style
target
a
, area
,
base
, form
,
link
) (非推奨 → CSS target
)text
body
) (非推奨 → CSS color
)type
li
, ol
,
ul
) (非推奨 → CSS list-style-type
)valign
%cellvalign
) (→ CSS vertical-align
)vlink
body
)
(非推奨 → CSS a:visited color
)
vspace
applet
, embed
,
img
, object
)
(非推奨 → CSS padding
)width]
applet
, embed
,
hr
, iframe
,
img
, object
, pre
,
table
, td
, th
)wrap
white-space
)xpos
td
)[2] AngularJS: Bootstrap ( ( 版)) http://docs.angularjs.org/guide/bootstrap
[6] Update customized built-in elements is="" interaction (domenic著, ) https://github.com/whatwg/html/commit/e5dc6bf18f356225d90decc47ac6ed3be94728a7
[7] VR空間のWebサイト作成におけるHTML属性の拡張, https://www.jstage.jst.go.jp/article/sanjigen/30/0/30_31/_article/-char/ja/
[8] >>7 こういう既存の技術に対する拡張を提案する形の論文、ありがちっていえばありがちなんだけど。
別に HTML という言語自体を拡張しなくても data-*
やカスタム要素という機能が
HTML に組み込まれているのに、なぜそれを使わないのか。まあそうすると標準技術の新機能を提案しました、
っていうありがちなストーリーからそれてしまうってのはわかるんだけどさ。
[9] 90年代に有象無象が提案されてた頃ならまだしも、今は令和ぞ。こんなやり方で提案しても標準化されることは100%あり得ないと断言できるのに、 あり得なくても形になればいいのか。もっと現実的なやり方を模索するのが工学ってやつではないのか。
[10] 標準技術っていうのは純粋な構成技術そのものだけで成り立っているのではなく、 技術の体系性だとか、標準化手続きを通じた発展の仕方とか、 そういうエコシステム全体があってのものなので。その技術をメンテナンスしているコミュニティーの方法論と真っ向から対立するようなやり方で進める、 というのはその標準技術への理解の底の浅さってことになってしまうよ。