Skip to content

Commit

Permalink
Start on browser notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 21, 2012
1 parent 07c31dc commit 3beb895
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NOTES.md
Expand Up @@ -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

0 comments on commit 3beb895

Please sign in to comment.