Posts by Jean Michael • 55 points
3 posts
- 
		0 votes1 answer29 viewsQ: Does the tabindex attribute work in the opera browser?In the kennel.com (http://caniuse.com/#feat=tabindex-attr) support is as unknown. I imagine since it’s the same base as Chrome, it should work, but it’s a long shot.… htmlasked Jean Michael 55
- 
		3 votes3 answers308 viewsA: Where does this notification "tooltip" come fromYou do not need to specify anywhere for HTML5 to validate the form. Containing the required and a Ubmit button in the form, this message will appear. If the input is type="email"for example, it will… htmlanswered Jean Michael 55
- 
		2 votes2 answers1770 viewsQ: How to force a drop table into SQL?While trying to give a drop table in a table that has relationships, the following error occurs: #1451 - Não pode apagar uma linha pai: uma restrição de chave estrangeira falhou Is there any way to…