Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edd54f5

Browse files
committed
Add html5shiv to polyfill docs
cf. facebook#1030
1 parent 4746669 commit edd54f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/07-working-with-the-browser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,12 @@ The unminified build of React needs the following from [paulmillr's console-poly
131131

132132
* `console.*`
133133

134+
When using HTML5 elements in IE8 including `<section>`, `<article>`, `<nav>`, `<header>`, and `<footer>`, it's also necessary to include [html5shiv](https://github.com/aFarkas/html5shiv) or a similar script.
135+
134136

135137
### Cross-browser Issues
136138

137-
Although React is pretty good at abstracting browser differences, some browsers are limited or present quirky behaviors that we couldn't find a workaround.
139+
Although React is pretty good at abstracting browser differences, some browsers are limited or present quirky behaviors that we couldn't find a workaround for.
138140

139141

140142
#### onScroll event on IE8

0 commit comments

Comments
 (0)