- From: Florian Rivoal <florian@rivoal.net>
- Date: Mon, 24 Nov 2014 16:30:39 +0100
- To: www-style list <www-style@w3.org>
- Cc: "Tab Atkins Jr." <jackalmage@gmail.com>, kennyluck@csail.mit.edu
As raised here:
https://wiki.csswg.org/spec/css3-ui?&#issue-new36
The default style sheet additions for html contain this:
input[type=reset]
{
/* default content of HTML4/XHTML1 input type=reset button */
content: "Reset";
}
input[type=submit]
{
/* default content of HTML4/XHTML1 input type=submit button */
content: "Submit";
}
Kenny suggests that we mention that these are locale-dependent.
- Florian
Received on Monday, 24 November 2014 15:31:08 UTC