pr8712
svn: r6748
This commit is contained in:
parent
d078025880
commit
ac40fb38fe
|
@ -5,4 +5,13 @@
|
||||||
|
|
||||||
@table-of-contents[]
|
@table-of-contents[]
|
||||||
|
|
||||||
|
@section{General}
|
||||||
|
|
||||||
|
@subsection{IE ignores my CSS or behaves strange in other ways}
|
||||||
|
|
||||||
|
In quirks mode, IE does not parse your page as XML, in particular it will not recognize many instances of
|
||||||
|
"empty tag shorthand", e.g. "<img src='...' />", whereas the @web-server uses @scheme[(lib "xml.ss" "xml")]
|
||||||
|
to format XML, which uses empty tag shorthand by default. You can change the default with the @scheme[empty-tag-shorthand]
|
||||||
|
parameter: @scheme[(empty-tag-shorthand 'never)].
|
||||||
|
|
||||||
@index-section["web-server-guide-index"]
|
@index-section["web-server-guide-index"]
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
; XXX Actually display link
|
; XXX Actually display link
|
||||||
(define (href-link url label)
|
(define (href-link url label)
|
||||||
(elem label " (" url ")"))
|
(elem label " (" url ")"))
|
||||||
|
|
||||||
(provide (all-from (lib "manual.ss" "scribble"))
|
(provide (all-from (lib "manual.ss" "scribble"))
|
||||||
(all-from (lib "eval.ss" "scribble"))
|
(all-from (lib "eval.ss" "scribble"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user