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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -