Re: Backslash ( \ ) in ordinary text



James Dow Allen wrote:

Thank you very much to all responders!
This seems like a friendly group!

We are, at times... but beware of the Dark Side of alt.html! :-)

I've just now modifed the "qstyle.css" as you suggested.
(But omitted the "xxx," as I don't have any particular preference.)

Perhaps kind readers will click again and verify problem
has gone away.

Strangely, it hasn't. The page
http://fabpedigree.com/s061/f004932.htm
refers to "../qstyle.css", i.e.
http://fabpedigree.com/qstyle.css
(I admit that I accidentally tried http://fabpedigree.com/s061/qstyle.css first - and saw the funniest 404 error pages ever, though I'd hesitate to use such a page on a business site!)
which contains
td {font-family: serif; font-size: large}
and comes with HTTP headers saying
Last-Modified: Tue, 29 Sep 2009 13:36:30 GMT

And -- displaying my ignorance again -- what
exactly is needed to clear any cache?

Beats me! But this does not seem to be any normal cache issue. Even when I access the CSS resource on a browser that has never been used to retrieve it before, I get the version with font-family: serif. I think this is something between your authoring software and the server.

The only other errors reported by the HTML validator were
missing </small> after <small>, which I omitted deliberately
to save space: the <small> within <td> ... <td> is cancelled
by the end of the <td> region, or at least that's what I've
observed. Am I wrong again?

In practice browsers tend to imply a closing tag for any open text-level element when they encounter </td>. But it's still wrong, and I would not count on it. Saving a few characters is really immaterial. The load time of web pages is dominated by the size of images, bulky script codes, or sometimes very verbose CSS or HTML markup, but closing tags aren't really that verbose. And you would probably save more by using CSS for all rendering issues than by leaving elements unclosed.

By the way, it seems that Batang is the font that (some versions of) IE use as the font corresponding to the CSS keyword serif and that the only Ascii character that it gets wrong is the backslash "\". Batang has been designed especially for the Korean language, and this explains why "\" has been replaced by the won symbol, the symbol for the monetary unit of South Korea (looking like overstruck "W") - but it's still all wrong, since the won symbol has a code position of its own and should appear there, in any font that wants to support it. - And encoding "\" as "&#92,", though permitted in HTML, is useless, since the problem does not depend on the representation of the character in HTML source but in rendering, in some fonts.

--
Yucca, http://www.cs.tut.fi/~jkorpela/

.



Relevant Pages

  • Re: problem with validated site
    ... However, while I'm by no means an expert or professional website designer, I know enough about XHTML 1.0 to know that the best way to guarantee interoperability on all, or at least most browsers, including lynx is to make sure my site complies with the w3 standards. ... I'm not sure why the different paragraphs all have different fonts, when I can't even see a tag. ... They shouldn't appear in a normal POSH (Plain Old Semantic HTML or XHTML) and are the mark of CSS designer whose target is a specific visual presentation, ...
    (comp.infosystems.www.authoring.html)
  • Re: web page accessibility :: PDF and print versions
    ... I do not know to specify the font size used in the ... print version of a HTML document. ... Assuming you are talking about wanting to print the HTML version of the page, include a snippet of CSS with the '@media print' rule in it in the of the document. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)
  • Re: Linux beginners
    ... Don't use such a small font. ... I've made them a little bigger. ... HTML itself. ... There is a seperate css file, I guess I can delete some styling in the ...
    (alt.os.linux)
  • Re: Lenght of textfield is not consistence on difference browser
    ... You are probably referring to the width property, which might be suitable for the purpose if there were a way to use a unit that corresponds to the "width of character". ... The size attribute should always be set for a text input field. ... Setting the width property in CSS tends to override that setting when CSS is enabled, but why would you do that? ... You normally don't have more suitable units in CSS than the implied unit used in HTML. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Problem with CSS file in IE7
    ... visually impaired person who can use web pages only when font size is ... You are also saying that I am a nitwit when I turn CSS off to test how ... We are within the medieval ages of html ... Half lies are worth twice as much as whole lies. ...
    (alt.html)