Re: HTML Editor
On Sat, 25 Oct 2003, Barry Pearson wrote:
[color=blue]
> I agree with Paul Savage's response to your article above. No application is
> truly WYSIWYG if we are pedantic. So should we stop using the term for Word,
> DTP, everything else?[/color]
I would make the distinction based upon the design aims of the format.
DTP software is created for the very purpose of producing the desired
visual result - albeit, as you say, the content can nevertheless be
used in other ways. The WWW formats were created specifically as an
antidote to DTP software - to facilitate making content available to a
wide range of different presentation situations, with no guarantee of
visual similarity. So the pretence that anything resembling HTML can
be created purely by visual manipulation of the rendered result (which
is what the term WYSIWYG promises to naive beginners) is a fraud.
[color=blue]
> "WYSIWYG" always needs qualification. Perhaps the mistake is that IT
> literate people like myself sometimes forget to add the
> qualification.[/color]
But with DTP software, it scarcely needs that qualification. Nobody
would be so silly as to expect that by telling the package to print
red, you'd get red text on a black-and-white printer, so they know
that "what you get" will differ from what the designer saw, in that
kind of respect. But the format and the package are still aimed
specifically at producing a consistent visual result.
But large numbers of folk get alarmed and dispirited when, having
"designed" their web pages on the promised WYSIWYG basis, they then
find out what _really_ happens to their pages out on the WWW.
[color=blue]
> I believe there is a significant difference between "WYSIWYG editor" &
> "Graphical Preview editor"[/color]
I don't have a good term for it, to be honest. "Direct manipulation
editor" is another term I've seen used. Problem is that HTML was
designed precisely to NOT achieve this, and it seems to me little
short of fraud to present it to naive beginners as such.
[color=blue]
> What I mean by "WYSIWYG editor" is one where the editing can be
> done within a representation of the possible rendering. I can type into what
> looks on screen like a table cell, and see the possible rendering change
> directly as I do so. (And I can optionally also see the mark-up change).[/color]
Yeah, and I've seen folks indenting their paragraphs of text, and seen
the editor producing four-fold-nested blockquotes as the result.
That's fraud. I've seen them making their heading texts big, and the
WYSIWYG editor spitting out <font size...> tags with no hint of
heading markup. I've seen them inserting extra vertical white space,
and the WYSIWYG editor dutifully spitting out
<br>
<br>
<br>
until they've had enough. That's fraud too, though rather more
subtle fraud.
On Sat, 25 Oct 2003, Barry Pearson wrote:
[color=blue]
> I agree with Paul Savage's response to your article above. No application is
> truly WYSIWYG if we are pedantic. So should we stop using the term for Word,
> DTP, everything else?[/color]
I would make the distinction based upon the design aims of the format.
DTP software is created for the very purpose of producing the desired
visual result - albeit, as you say, the content can nevertheless be
used in other ways. The WWW formats were created specifically as an
antidote to DTP software - to facilitate making content available to a
wide range of different presentation situations, with no guarantee of
visual similarity. So the pretence that anything resembling HTML can
be created purely by visual manipulation of the rendered result (which
is what the term WYSIWYG promises to naive beginners) is a fraud.
[color=blue]
> "WYSIWYG" always needs qualification. Perhaps the mistake is that IT
> literate people like myself sometimes forget to add the
> qualification.[/color]
But with DTP software, it scarcely needs that qualification. Nobody
would be so silly as to expect that by telling the package to print
red, you'd get red text on a black-and-white printer, so they know
that "what you get" will differ from what the designer saw, in that
kind of respect. But the format and the package are still aimed
specifically at producing a consistent visual result.
But large numbers of folk get alarmed and dispirited when, having
"designed" their web pages on the promised WYSIWYG basis, they then
find out what _really_ happens to their pages out on the WWW.
[color=blue]
> I believe there is a significant difference between "WYSIWYG editor" &
> "Graphical Preview editor"[/color]
I don't have a good term for it, to be honest. "Direct manipulation
editor" is another term I've seen used. Problem is that HTML was
designed precisely to NOT achieve this, and it seems to me little
short of fraud to present it to naive beginners as such.
[color=blue]
> What I mean by "WYSIWYG editor" is one where the editing can be
> done within a representation of the possible rendering. I can type into what
> looks on screen like a table cell, and see the possible rendering change
> directly as I do so. (And I can optionally also see the mark-up change).[/color]
Yeah, and I've seen folks indenting their paragraphs of text, and seen
the editor producing four-fold-nested blockquotes as the result.
That's fraud. I've seen them making their heading texts big, and the
WYSIWYG editor spitting out <font size...> tags with no hint of
heading markup. I've seen them inserting extra vertical white space,
and the WYSIWYG editor dutifully spitting out
<br>
<br>
<br>
until they've had enough. That's fraud too, though rather more
subtle fraud.
Comment