Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-10-01 06:24:00 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2009-10-01 06:24:00 +0400
commit4a65b9ae43fa91cc3b208ba7d032f6b4218f45d1 (patch)
tree914a3769b061af1c9fa5c39b2d0aabd5fa9ee81b /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parentc0a0a8adc1a4a009141e4de1f04a304dfa8d98f0 (diff)
2009-09-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
* HtmlSelectBuilder.cs: <option> allows the value of the 'selected' attribute to be a boolean or the string "selected", which is treated as "true". svn path=/trunk/mcs/; revision=143105
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index 08272e081f5..fcb86148dac 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+ * HtmlSelectBuilder.cs: <option> allows the value of the 'selected'
+ attribute to be a boolean or the string "selected", which is treated
+ as "true".
+
2009-06-16 Marek Habersack <mhabersack@novell.com>
* HtmlHeadBuilder.cs: use faster String.Compare overloads.