about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/src1_HTMLDTD.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-05-19 23:49:11 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-05-19 23:49:11 -0400
commit018a486c2b209618cfc30be7728349c1617e0e5a (patch)
treed9f957a3c1c6c4684764c4aca17cc10b896840fa /WWW/Library/Implementation/src1_HTMLDTD.h
parent5a82c9fe06ff24c8e6ddcd72ca840efec3a710dc (diff)
downloadlynx-snapshots-018a486c2b209618cfc30be7728349c1617e0e5a.tar.gz
snapshot of project "lynx", label v2-8-8dev_8d
Diffstat (limited to 'WWW/Library/Implementation/src1_HTMLDTD.h')
-rw-r--r--WWW/Library/Implementation/src1_HTMLDTD.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/src1_HTMLDTD.h b/WWW/Library/Implementation/src1_HTMLDTD.h
index d4ee6e43..7ec80d6a 100644
--- a/WWW/Library/Implementation/src1_HTMLDTD.h
+++ b/WWW/Library/Implementation/src1_HTMLDTD.h
@@ -1,4 +1,4 @@
-/* $LynxId: src1_HTMLDTD.h,v 1.43 2009/11/21 15:24:48 tom Exp $ */
+/* $LynxId: src1_HTMLDTD.h,v 1.44 2011/05/19 23:49:11 tom Exp $ */
 #ifndef src_HTMLDTD_H1
 #define src_HTMLDTD_H1 1
 
@@ -394,6 +394,7 @@ static const attr BUTTON_attr_list[] = {
 	{ "NAME"          T(N) },
 	{ "ONBLUR"        T(N) },
 	{ "ONFOCUS"       T(N) },
+	{ "READONLY"      T(N) },
 	{ "TABINDEX"      T(N) },
 	{ "TYPE"          T(N) },
 	{ "VALUE"         T(N) },
@@ -1383,6 +1384,7 @@ static const attr BUTTON_attr[] = {     /* BUTTON attributes */
 	{ "NAME"          T(N) },
 	{ "ONBLUR"        T(N) },
 	{ "ONFOCUS"       T(N) },
+	{ "READONLY"      T(N) },
 	{ "STYLE"         T(N) },
 	{ "TABINDEX"      T(N) },
 	{ "TITLE"         T(N) },