Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert web short folders to Markdown (es) #8926

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
ce4138c
xslt html cleanup
Graywolf9 Sep 30, 2022
4b8734c
xslt rename html to md
Graywolf9 Sep 30, 2022
e0077c5
xslt h2m replace
Graywolf9 Sep 30, 2022
0a096e6
xpath html cleanup
Graywolf9 Sep 30, 2022
a115adb
xpath rename html to md
Graywolf9 Sep 30, 2022
0650969
xpath h2m replace
Graywolf9 Sep 30, 2022
7aca34f
xml rename html to md
Graywolf9 Sep 30, 2022
4e518b2
xml h2m replace
Graywolf9 Sep 30, 2022
9496bc6
web_components html cleanup
Graywolf9 Sep 30, 2022
3919569
web_components rename html to md
Graywolf9 Sep 30, 2022
012cb44
web_components h2m replace
Graywolf9 Sep 30, 2022
2cbe706
tutorials html cleanup
Graywolf9 Sep 30, 2022
febe891
tutorials rename html to md
Graywolf9 Sep 30, 2022
02e0b15
tutorials h2m replace
Graywolf9 Sep 30, 2022
e0c8bfa
svg html cleanup
Graywolf9 Sep 30, 2022
4337584
svg rename html to md
Graywolf9 Sep 30, 2022
43c4971
svg h2m replace
Graywolf9 Sep 30, 2022
2bfd180
security rename html to md
Graywolf9 Sep 30, 2022
de88916
security h2m replace
Graywolf9 Sep 30, 2022
d4962b7
progressive_web_apps html cleanup
Graywolf9 Sep 30, 2022
90fbb72
progressive_web_apps rename html to md
Graywolf9 Sep 30, 2022
c4486e3
progressive_web_apps h2m replace
Graywolf9 Sep 30, 2022
78c0582
performance html cleanup
Graywolf9 Sep 30, 2022
638614a
performance rename html to md
Graywolf9 Sep 30, 2022
04da345
performance h2m replace
Graywolf9 Sep 30, 2022
3b06a8e
media html cleanup
Graywolf9 Sep 30, 2022
10ea1ad
media rename html to md
Graywolf9 Sep 30, 2022
353ef51
media h2m replace
Graywolf9 Sep 30, 2022
0c7db22
mathml html cleanup
Graywolf9 Sep 30, 2022
d5a65fc
mathml rename html to md
Graywolf9 Sep 30, 2022
0ca3a55
mathml h2m replace
Graywolf9 Sep 30, 2022
d7fb955
manifest rename html to md
Graywolf9 Sep 30, 2022
42d544b
manifest h2m replace
Graywolf9 Sep 30, 2022
65ff2c6
guide html cleanup
Graywolf9 Sep 30, 2022
e08deab
guide rename html tomd
Graywolf9 Sep 30, 2022
20947ec
guide h2m replace
Graywolf9 Sep 30, 2022
c4a3628
guide remove languages macro
Graywolf9 Sep 30, 2022
6af16a0
events html cleanup
Graywolf9 Sep 30, 2022
f08c093
events rename html to md
Graywolf9 Sep 30, 2022
06c7654
events h2m replace
Graywolf9 Sep 30, 2022
ac27875
html cleanup 1/2
Graywolf9 Sep 30, 2022
7dda6f9
accessibility rename html to md
Graywolf9 Sep 30, 2022
b5d16ba
accessibility h2m replace
Graywolf9 Sep 30, 2022
fb34c8a
accessibility html clean up 2/2 as en-US 1e607fb
Graywolf9 Sep 30, 2022
47d2f51
getting_started remove languages macro
Graywolf9 Sep 30, 2022
a96cad7
Merge branch 'main' into xslt-xpath-xml-web_components-tutorials-svg-…
Graywolf9 Oct 3, 2022
5771bd4
linting with 8181 .markdownlint-cli2.jsonc
Graywolf9 Oct 3, 2022
dd9c74a
drop the url title attributes
Graywolf9 Oct 3, 2022
3d90f7d
Apply suggestions from code review
Graywolf9 Oct 3, 2022
47226e5
Apply suggestions from code review
Graywolf9 Oct 3, 2022
279ac62
Merge branch 'main' into xslt-xpath-xml-web_components-tutorials-svg-…
Graywolf9 Oct 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 0 additions & 137 deletions files/es/web/accessibility/aria/aria_techniques/index.html

This file was deleted.

121 changes: 121 additions & 0 deletions files/es/web/accessibility/aria/aria_techniques/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---
title: ARIA techniques
slug: Web/Accessibility/ARIA/ARIA_Techniques
tags:
- ARIA
- Accessibility
- NeedsTranslation
- TopicStub
translation_of: Web/Accessibility/ARIA/ARIA_Techniques
---
### Roles

#### Widget roles

- [Alert](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role)
- [Alertdialog](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_alertdialog_role)
- [Button](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role)
- [Checkbox](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_checkbox_role)
- [Dialog](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_dialog_role)
- [Link](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_link_role)
- [Log](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_log_role)
- Marquee
- [Progressbar](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_progressbar_role)
- [Radio](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_radio_role)
- Scrollbar
- [Slider](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role)
- Spinbutton
- [status](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_status_role)
- [switch](/es/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_switch_role)
- [textbox](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_textbox_role)
- Timer
- Tooltip

#### Composite roles

The techniques below describes each composite role as well as their required and optional child roles.

- Grid (including row, gridcell, rowheader, columnheader roles)
- Menubar / Menu (including menuitem, menuitemcheckbox, menuitemradio)
- [Listbox](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_listbox_role) (including option role)
- Tablist (including tab and tabpanel roles)
- Tree (including group and treeitem roles)
- [Radiogroup (see radio role)](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_radio_role)
- Treegrid

#### Document structure roles

- [Article](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_article_role)
- Definition
- Directory
- Document
- [Group](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_group_role)
- Heading
- Img
- List, listitem
- Math
- Note
- [Presentation](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_presentation_role)
- Region
- Separator
- [Toolbar](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_toolbar_role)

#### Landmark roles

- Application
- [Banner](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_banner_role)
- Complementary
- Contentinfo
- Form
- Main
- Navigation
- Search

### States and properties

#### Widget attributes

- aria-autocomplete
- aria-checked
- aria-disabled
- aria-expanded
- aria-haspopup
- aria-hidden
- [aria-invalid](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute)
- [aria-label](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute)
- aria-level
- aria-multiline
- aria-multiselectable
- [aria-orientation](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-orientation_attribute)
- aria-pressed
- aria-readonly
- [aria-required](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute)
- aria-selected
- aria-sort
- [aria-valuemax](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_attribute)
- [aria-valuemin](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_attribute)
- [aria-valuenow](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute)
- [aria-valuetext](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuetext_attribute)

#### Live region attributes

- aria-live
- aria-relevant
- aria-atomic
- aria-busy

#### Drag & drop attributes

- aria-dropeffect
- aria-dragged

#### Relationship attributes

- [aria-activedescendant](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-activedescendant_attribute)
- aria-controls
- [aria-describedby](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute)
- aria-flowto
- [aria-labelledby](/en/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute)
- aria-owns
- aria-posinset
- aria-setsize
17 changes: 0 additions & 17 deletions files/es/web/accessibility/aria/forms/index.html

This file was deleted.

15 changes: 15 additions & 0 deletions files/es/web/accessibility/aria/forms/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Formularios
slug: Web/Accessibility/ARIA/forms
tags:
- ARIA
- Accesibilidad
translation_of: Web/Accessibility/ARIA/forms
---
Las siguientes páginas proporcionan diversas técnicas para mejorar la accesibilidad de los formularios web:

- [Consejos básicos para formularios](/es/Accessibility/ARIA/Basic_form_hints): Añadir consejos y descripciones para campos erróneos u obligatorios
- [Alertas](/es/Accessibility/ARIA/forms/alerts): uso de alertas para proporcionar mensajes de error de validación del lado del cliente
- [Etiquetas complejas](/es/Accessibility/ARIA/forms/Multipart_labels): Habilitación de etiquetas complejas con elementos en su interior

Consulta también [el artículo de Yahoo! sobre validación de formularios y ARIA](https://web.archive.org/web/20120801225355/http://yaccessibilityblog.com/library/aria-invalid-form-inputs.html) (recuperado desde archive.org), que abarca gran parte del mismo contenido.

This file was deleted.

Loading