Value type: Boolean
Appendix A: Semantic HTML
593
Attribute Name Description
dir Used to set the left - to - right or right - to - left direction for directionally neutral
text like Hebrew.
Acceptable values:
LTR : left - to - right direction
RTL : right - to - left direction
disabled The corresponding control element is rendered but the user cannot alter
its value. The only way to change the disabled attribute is using a script.
The value associated to a disabled control will not be sent to the server on form
submission.
Value type: Boolean
enctype Specifies the content type used to submit the form contents when the method
attribute is set to post . When absent, the default value is application/
x - www - form - urlencoded ; it should be changed to multipart/form - data
when an input element with attribute type= ??? file ??? exists in the form.
Value type: ContentType
for Explicitly associates a label element to a control using the control id as value.
Value type: IDRef
frame Determines which sides of the frame containing the table will be visible.
Pages:
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102