GeistHaus
log in · sign up

<button> HTML button element

developer.mozilla.org

The HTML element is an interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology. Once activated, it then performs an action, such as submitting a form or opening a dialog.

18 pages link to this URL
Combinable Elements for User Interfaces on the Web

The way we develop user interfaces on the web has changed significantly in recent years. In this column, we therefore want to examine what a modern approach looks like and which challenges this poses, especially for classic template engines from the Java world.

1 inbound link article en
Debugging HTML With Advanced CSS Selectors · Matthias Ott

Debug HTML markup using advanced CSS selectors to identify invalid or missing attributes during development.

1 inbound link website en csscodedebugginglintinghtmlaccessibility
The impact that high quality mark-up can have on accessibility, performance, and discoverability.

The impact that high quality mark-up can have on accessibility, performance, and discoverability.

0 inbound links website en accessibilitypresentationWCAGAccessible Perceptual Contrast AlgorithmAPCAdark themedark modetheme toggleARIAjavascriptsemantic HTMLlandmarksNVDAscreen readervestibular disorderreduced motionpage load time analysiscritical render blockopen graphlighthousetwitter card
Action View Form Helpers — Ruby on Rails Guides

Forms are a common interface for user input in web applications. However, form markup can be tedious to write and maintain because of the need to handle form controls, naming, and attributes. Rails simplifies this by providing view helpers, which are methods that output HTML form markup. This guide will help you understand the different helper methods and when to use each.After reading this guide, you will know: How to create basic forms, such as a search form. How to work with model-based forms for creating and editing specific database records. How to generate select boxes from multiple types of data. What date and time helpers Rails provides. What makes a file upload form different. How to post forms to external resources and specify setting an authenticity_token. How to build complex forms.

7 inbound links website en CC BY-SA 4.0
Today I Learned

TIL is an open-source project by Hashrocket that exists to catalogue the sharing & accumulation of knowledge as it happens day-to-day.

0 inbound links website en
Good, Better, Best: Untangling The Complex World Of Accessible Patterns — Smashing Magazine

How do we know which patterns are good, better, best when it comes to accessibility? Is it better to use an established pattern/library or create new ones? With the myriad of choices available, we can quickly become caught up in a web of confusion on this topic. In this article, Carie Fisher will attempt to untangle the complex world of accessible patterns — one step at a time. She will kick things off by reviewing current accessible patterns and libraries, then you will consider your general pattern needs and potential restrictions, and lastly, she will walk you through a series of critical thinking exercises to learn how to better evaluate patterns for accessibility.

1 inbound link article en UsabilityUXAccessibility UsabilityUXAccessibility
Untangling The Complex World Of Accessible Patterns

How do we know which patterns are good, better, best when it comes to accessibility? Is it better to use an established pattern/library or create new ones? With the myriad of choices available, we can quickly become caught up in a web of confusion on this topic.

0 inbound links website en
What to do when you need a button_to within a form in Rails

Imagine that you have a form to update a record (let’s say a product record) and inside the form, you are showing a list of images, and each image needs a button to remove it. You tried to use button_to but it doesn’t work because in html you can have...

0 inbound links article en railshtmltricks