forked from guardian/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
20 lines (18 loc) · 952 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Other
* Test older Safari versions
* Run integration tests in Safari
* Encrypt/hide access token for Sauce Labs. This environment variable cannot be
encrypted because Travis will not send it to PRs.
See: http://docs.travis-ci.com/user/pull-requests/#Security-Restrictions-when-testing-Pull-Requests
and https://github.com/travis-ci/travis-ci/issues/1946
# Feature Development
* Remove event listeners, emit unbind to plugins so that can too
* Grammar for nesting elements, shared with sanitizer/commands
* Intersect commands to run formatters
# Known Bugs (which we could write failing tests for)
* Focus should select all content
* Applying the outdent command on a top level list item breaks P mode.
* When inserting lists we remove any SPANs from the inside to fix a Chrome bug,
but what if the user actually wants a SPAN?
* Possible to paste blockquotes inside of blockquotes
* Chrome: "1|2", ENTER, <select all>, apply list = orphan P