- From: Thomas Broyer <t.broyer@ltgt.net>
- Date: Wed, 29 Jul 2009 23:37:34 +0200
- To: Leif Halvard Silli <lhs@malform.no>
- Cc: "Patrick H. Lauke" <redux@splintered.co.uk>, public-html <public-html@w3.org>
[Replying from a phone, sorry for the bad quoting] When you're coding php, you're authoring a program that outputs html, you're not actually authoring html. It just appears that in php, everything outside <?php ?> is output literally. So validating your php program as html is an error. I think that's what Philip was saying. On 7/29/09, Leif Halvard Silli <lhs@malform.no> wrote: > Patrick H. Lauke On 09-07-29 19.22: > >> Leif Halvard Silli wrote: >> >>> Disagreed. But let's ignore that. So, you are after teaching e.g. >>> users of WYSIWYG tools that "<?php ?>" isn't valid HTML because it >>> isn't a PI. A convoluted message. >> >> But at that point the users aren't writing/authoring HTML, they're >> authoring PHP? > > > Sorry, but I'm not sure what you are trying to say. > -- > leif halvard silli > > -- Thomas Broyer
Received on Wednesday, 29 July 2009 21:38:15 UTC