css3 - Chrome does not support "writing-mode" for BUTTON tag? -


i discovered possible bug in chrome unable find resource.

it seems writing-mode not run on button tag.

see living example details.

<a href="#;" class="pippo">pippo</a> <br><br> <button class="pippo">pippo</button>  .pippo {   writing-mode:vertical-lr } 

is there workaround fix in chrome (in firefox runs correctly)?

you can try this.   <button><p style="writing-mode:vertical-lr;">pippo</p></button> 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -