Re: What happened to text input
"Rich Caloggero" <[email protected]> Fri, 31 Oct 2014 19:06:07 -0400
| Newsgroups | gmane.org.w3c.validator |
|---|---|
| Message-ID | <10F43C3AEC754F74AA74FDC04F2B85D2@rjc> |
Ah, just used validator.w3.org with html5 doctype and it used validator.nu automatically: .... The uploaded document was successfully checked as HTML5. This means that the resource in question identified itself as "HTML5" and that we successfully performed a formal validation of it. The parser implementations we used for this check are based on validator.nu (HTML5). .... -- Rich From: Rich Caloggero Sent: Friday, October 31, 2014 6:56 PM To: [email protected] Subject: What happened to text input I use this thing to quickly check demo code to be sure the html is at least generally valid: i.e. element x cannot contain elements of type y. The validator used to accept input from a textarea, but this is now gone. Why? -- Rich