Update web-platform-tests to revision 36acf7a01cb8ffbbafbd578229c5ad3fde2e47cc

This commit is contained in:
WPT Sync Bot 2019-07-11 10:25:27 +00:00
parent 305312e93b
commit 4499a0fbb6
151 changed files with 4858 additions and 2407 deletions

View file

@ -1,38 +0,0 @@
[
{
"id": "naming-form-controls-the-name-attribute",
"original_id": "naming-form-controls:-the-name-attribute"
},
{
"id": "submitting-element-directionality-the-dirname-attribute",
"original_id": "submitting-element-directionality:-the-dirname-attribute"
},
{
"id": "limiting-user-input-length-the-maxlength-attribute",
"original_id": "limiting-user-input-length:-the-maxlength-attribute"
},
{
"id": "enabling-and-disabling-form-controls-the-disabled-attribute",
"original_id": "enabling-and-disabling-form-controls:-the-disabled-attribute"
},
{
"id": "form-submission",
"original_id": "form-submission"
},
{
"id": "autofocusing-a-form-control-the-autofocus-attribute",
"original_id": "autofocusing-a-form-control:-the-autofocus-attribute"
},
{
"id": "input-modalities-the-enterkeyhint-attribute",
"original_id": "input-modalities:-the-enterkeyhint-attribute"
},
{
"id": "input-modalities-the-inputmode-attribute",
"original_id": "input-modalities:-the-inputmode-attribute"
},
{
"id": "autofilling-form-controls-the-autocomplete-attribute",
"original_id": "autofilling-form-controls:-the-autocomplete-attribute"
}
]

View file

@ -1,18 +0,0 @@
[
{
"id": "definitions",
"original_id": "definitions"
},
{
"id": "constraint-validation",
"original_id": "constraint-validation"
},
{
"id": "the-constraint-validation-api",
"original_id": "the-constraint-validation-api"
},
{
"id": "security-forms",
"original_id": "security-forms"
}
]

View file

@ -1,14 +0,0 @@
[
{
"id": "a-form-control-s-value",
"original_id": "a-form-control's-value"
},
{
"id": "mutability",
"original_id": "mutability"
},
{
"id": "association-of-controls-and-forms",
"original_id": "association-of-controls-and-forms"
}
]

View file

@ -1,30 +0,0 @@
[
{
"id": "introduction-2",
"original_id": "introduction-2"
},
{
"id": "implicit-submission",
"original_id": "implicit-submission"
},
{
"id": "form-submission-algorithm",
"original_id": "form-submission-algorithm"
},
{
"id": "constructing-form-data-set",
"original_id": "constructing-form-data-set"
},
{
"id": "url-encoded-form-data",
"original_id": "url-encoded-form-data"
},
{
"id": "multipart-form-data",
"original_id": "multipart-form-data"
},
{
"id": "plain-text-form-data",
"original_id": "plain-text-form-data"
}
]

View file

@ -1,34 +0,0 @@
[
{
"id": "writing-a-form-s-user-interface",
"original_id": "writing-a-form's-user-interface"
},
{
"id": "implementing-the-server-side-processing-for-a-form",
"original_id": "implementing-the-server-side-processing-for-a-form"
},
{
"id": "configuring-a-form-to-communicate-with-a-server",
"original_id": "configuring-a-form-to-communicate-with-a-server"
},
{
"id": "client-side-form-validation",
"original_id": "client-side-form-validation"
},
{
"id": "enabling-client-side-automatic-filling-of-form-controls",
"original_id": "enabling-client-side-automatic-filling-of-form-controls"
},
{
"id": "improving-the-user-experience-on-mobile-devices",
"original_id": "improving-the-user-experience-on-mobile-devices"
},
{
"id": "the-difference-between-the-field-type-the-autofill-field-name-and-the-input-modality",
"original_id": "the-difference-between-the-field-type,-the-autofill-field-name,-and-the-input-modality"
},
{
"id": "input-author-notes",
"original_id": "input-author-notes"
}
]

View file

@ -1,154 +0,0 @@
[
{
"id": "states-of-the-type-attribute",
"original_id": "states-of-the-type-attribute",
"children": [
{
"id": "hidden-state-type-hidden",
"original_id": "hidden-state-(type=hidden)"
},
{
"id": "text-type-text-state-and-search-state-type-search",
"original_id": "text-(type=text)-state-and-search-state-(type=search)"
},
{
"id": "telephone-state-type-tel",
"original_id": "telephone-state-(type=tel)"
},
{
"id": "url-state-type-url",
"original_id": "url-state-(type=url)"
},
{
"id": "e-mail-state-type-email",
"original_id": "e-mail-state-(type=email)"
},
{
"id": "password-state-type-password",
"original_id": "password-state-(type=password)"
},
{
"id": "date-and-time-state-type-datetime",
"original_id": "date-and-time-state-(type=datetime)"
},
{
"id": "date-state-type-date",
"original_id": "date-state-(type=date)"
},
{
"id": "month-state-type-month",
"original_id": "month-state-(type=month)"
},
{
"id": "week-state-type-week",
"original_id": "week-state-(type=week)"
},
{
"id": "time-state-type-time",
"original_id": "time-state-(type=time)"
},
{
"id": "local-date-and-time-state-type-datetime-local",
"original_id": "local-date-and-time-state-(type=datetime-local)"
},
{
"id": "number-state-type-number",
"original_id": "number-state-(type=number)"
},
{
"id": "range-state-type-range",
"original_id": "range-state-(type=range)"
},
{
"id": "color-state-type-color",
"original_id": "color-state-(type=color)"
},
{
"id": "checkbox-state-type-checkbox",
"original_id": "checkbox-state-(type=checkbox)"
},
{
"id": "radio-button-state-type-radio",
"original_id": "radio-button-state-(type=radio)"
},
{
"id": "file-upload-state-type-file",
"original_id": "file-upload-state-(type=file)"
},
{
"id": "submit-button-state-type-submit",
"original_id": "submit-button-state-(type=submit)"
},
{
"id": "image-button-state-type-image",
"original_id": "image-button-state-(type=image)"
},
{
"id": "reset-button-state-type-reset",
"original_id": "reset-button-state-(type=reset)"
},
{
"id": "button-state-type-button",
"original_id": "button-state-(type=button)"
}
]
},
{
"id": "input-impl-notes",
"original_id": "input-impl-notes"
},
{
"id": "common-input-element-attributes",
"original_id": "common-input-element-attributes",
"children": [
{
"id": "the-maxlength-attribute",
"original_id": "the-maxlength-attribute"
},
{
"id": "the-size-attribute",
"original_id": "the-size-attribute"
},
{
"id": "the-readonly-attribute",
"original_id": "the-readonly-attribute"
},
{
"id": "the-required-attribute",
"original_id": "the-required-attribute"
},
{
"id": "the-multiple-attribute",
"original_id": "the-multiple-attribute"
},
{
"id": "the-pattern-attribute",
"original_id": "the-pattern-attribute"
},
{
"id": "the-min-and-max-attributes",
"original_id": "the-min-and-max-attributes"
},
{
"id": "the-step-attribute",
"original_id": "the-step-attribute"
},
{
"id": "the-list-attribute",
"original_id": "the-list-attribute"
},
{
"id": "the-placeholder-attribute",
"original_id": "the-placeholder-attribute"
}
]
},
{
"id": "common-input-element-apis",
"original_id": "common-input-element-apis"
},
{
"id": "common-event-behaviors",
"original_id": "common-event-behaviors"
}
]