adjust some comments to further clarify
original commit: 36bfae9497a4e86aa1264726b66a43afdda0948c
This commit is contained in:
parent
5a45287255
commit
84cef2a69a
|
@ -1399,17 +1399,14 @@
|
||||||
(case i
|
(case i
|
||||||
[(mdash) '(#x2014 (wbr))] ;; <wbr> encourages breaking after rather than before
|
[(mdash) '(#x2014 (wbr))] ;; <wbr> encourages breaking after rather than before
|
||||||
|
|
||||||
;; FIXME: blatant violation of HTML 4 *and* HTML 5 specs!
|
;; FIXME: 'lang and 'rang do not match `⟩' and `⟨' in HTML 4 or 5.
|
||||||
;; Happened because of the thread:
|
;; Happened because of the thread:
|
||||||
;; <http://lists.racket-lang.org/users/archive/2008-June/025126.html>
|
;; <http://lists.racket-lang.org/users/archive/2008-June/025126.html>
|
||||||
;; ("Fonts with proper angle brackets")
|
;; ("Fonts with proper angle brackets")
|
||||||
;;
|
;;
|
||||||
;; Do we still need this? See test page at <http://jsbin.com/okizeb/3>.
|
;; Do we still need this? See test page at <http://jsbin.com/okizeb/3>.
|
||||||
|
;;
|
||||||
[(lang) '(#x2039)] ; SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
;; More background:
|
||||||
[(rang) '(#x203a)] ; SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
|
||||||
|
|
||||||
;; Background:
|
|
||||||
;;
|
;;
|
||||||
;; HTML 4 says (in HTMLsymbol.dtd):
|
;; HTML 4 says (in HTMLsymbol.dtd):
|
||||||
;;
|
;;
|
||||||
|
@ -1426,6 +1423,9 @@
|
||||||
;;
|
;;
|
||||||
;; "⟨": { "codepoints": [10216], "characters": "\u27E8" },
|
;; "⟨": { "codepoints": [10216], "characters": "\u27E8" },
|
||||||
;; "⟩": { "codepoints": [10217], "characters": "\u27E9" },
|
;; "⟩": { "codepoints": [10217], "characters": "\u27E9" },
|
||||||
|
;;
|
||||||
|
[(lang) '(#x2039)] ; SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
||||||
|
[(rang) '(#x203a)] ; SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
||||||
|
|
||||||
[else (list i)])]
|
[else (list i)])]
|
||||||
[else
|
[else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user