Closed jfsiii closed 11 years ago
The href has extra quote characters in the URL, like:
href
<p class="num-note"> <span>1.</span> Only supports the <a href="\"http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/\"">old flexbox specification</a> </p>
which tries to load http://beta.caniuse.com/%22http://www.w3.org/TR/2009/WD-css3-flexbox-20090723//%22
http://beta.caniuse.com/%22http://www.w3.org/TR/2009/WD-css3-flexbox-20090723//%22
Thanks for reporting, fixed now!
The
href
has extra quote characters in the URL, like:which tries to load
http://beta.caniuse.com/%22http://www.w3.org/TR/2009/WD-css3-flexbox-20090723//%22