Desarrollo

Accesibilidad, Usabilidad, CSS, HTML5

OK-Cancel or Cancel-OK

Should the OK button come before or after the Cancel button? Following platform conventions is more important than suboptimizing an individual dialog box. We get countless questions about small details in UI design that don’t matter much to the overall user experience. One classic is the order of buttons in dialog boxes: OK/Cancel Cancel/OK Both

OK-Cancel or Cancel-OK Read More »

Using CSS Variables

It is very common to find repeated property values in a CSS stylesheet. CSS Variables allow authors to define variables that are reusable as property values anywhere in a stylesheet and queryable/modifiable through an extension of the CSS Object Model. CSS Variables can define stylesheet-wide values identified by a token and usable in all CSS

Using CSS Variables Read More »

Scroll to Top