From 3beb8952536d8121eab7a824acde7cb919db10d5 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 21 Nov 2012 14:27:18 -0500 Subject: [PATCH] Start on browser notes --- NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NOTES.md b/NOTES.md index 20c6ef848..54467790e 100644 --- a/NOTES.md +++ b/NOTES.md @@ -197,3 +197,14 @@ mainly that a cookie is used to persist the token_secret between pageloads. PUT /api/0.6/changeset/create POST /api/0.6/changeset/135324/upload PUT /api/0.6/changeset/135324/close + +## Browser problems that affect iD + +See also: [Kothic browser bugs](https://github.com/kothic/kothic-js/wiki/Browser-bugs). + +**one-way streets** use glyphs and textPaths. letter-spacing is not supported +in Firefox but is in webkit so we need to use spaces. + +And trailing spaces are not included in getComputedTextLength: + +* https://bugzilla.mozilla.org/show_bug.cgi?id=346694