Skip to content

Commit 875ceb9

Browse files
committed
Add a browser support section to the README
1 parent 4f7f1ca commit 875ceb9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,26 @@ StringScanner, Date, etc.
9595
* **opal** opal additions/special behaviour in the runtime/corelib
9696
* **cli** specs for opal lib (parser, lexer, grammar, compiler etc)
9797

98+
## Browser support
99+
100+
* Internet Explorer 6+
101+
* Firefox (Current - 1) or Current
102+
* Chrome (Current - 1) or Current
103+
* Safari 5.1+
104+
* Opera 12.1x or (Current - 1) or Current
105+
106+
Any problem above browsers should be considered and reported as a bug.
107+
108+
(Current - 1) or Current denotes that we support the current stable version of
109+
the browser and the version that preceded it. For example, if the current
110+
version of a browser is 24.x, we support the 24.x and 23.x versions.
111+
112+
12.1x or (Current - 1) or Current denotes that we support Opera 12.1x as well
113+
as last 2 versions of Opera. For example, if the current Opera version is 20.x,
114+
we support Opera 12.1x, 19.x and 20.x but not Opera 15.x through 18.x.
115+
116+
Cross-browser testing sponsored by [BrowserStack](http://browserstack.com).
117+
98118
## License
99119

100120
(The MIT License)

0 commit comments

Comments
 (0)