-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: run prettier on web/g-j (#20548)
* style: run prettier on web/g-j * fix: re-escape HTML in alt * Update files/en-us/web/javascript/reference/global_objects/asyncgeneratorfunction/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/guide/houdini/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/guide/mobile/mobile-friendliness/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/html/attributes/rel/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/html/element/marquee/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/html/element/marquee/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/html/element/thead/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> * Update files/en-us/web/javascript/reference/global_objects/number/number/index.md Co-authored-by: Joshua Chen <[email protected]> * Update files/en-us/web/javascript/reference/global_objects/intl/collator/collator/index.md * Apply suggestions from code review Co-authored-by: Jean-Yves Perrier <[email protected]> * fix: markdownlint issue * Update files/en-us/web/javascript/reference/global_objects/intl/collator/collator/index.md Co-authored-by: Jean-Yves Perrier <[email protected]> Co-authored-by: Joshua Chen <[email protected]>
- Loading branch information
1 parent
457f4ed
commit 9b38f88
Showing
160 changed files
with
826 additions
and
746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,10 @@ In HTML, basic constraints are declared in two ways: | |
|
||
The intrinsic constraints for the {{ htmlattrxref("type", "input") }} attribute are: | ||
|
||
| Input type | Constraint description | Associated violation | | ||
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | ||
| [`<input type="URL">`](/en-US/docs/Web/HTML/Element/input/url) | The value must be an absolute [URL](/en-US/docs/Learn/Common_questions/What_is_a_URL), as defined in the [URL Living Standard](https://url.spec.whatwg.org/). | **[TypeMismatch](/en-US/docs/Web/API/ValidityState/typeMismatch)** constraint violation | | ||
| [`<input type="email">`](/en-US/docs/Web/HTML/Element/input/email) | The value must be a syntactically valid email address, which generally has the format `[email protected]` but can also be local such as `username@hostname`. | **[TypeMismatch](/en-US/docs/Web/API/ValidityState/typeMismatch)** constraint violation | | ||
| Input type | Constraint description | Associated violation | | ||
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | ||
| [`<input type="URL">`](/en-US/docs/Web/HTML/Element/input/url) | The value must be an absolute [URL](/en-US/docs/Learn/Common_questions/What_is_a_URL), as defined in the [URL Living Standard](https://url.spec.whatwg.org/). | **[TypeMismatch](/en-US/docs/Web/API/ValidityState/typeMismatch)** constraint violation | | ||
| [`<input type="email">`](/en-US/docs/Web/HTML/Element/input/email) | The value must be a syntactically valid email address, which generally has the format `[email protected]` but can also be local such as `username@hostname`. | **[TypeMismatch](/en-US/docs/Web/API/ValidityState/typeMismatch)** constraint violation | | ||
|
||
For both of these input types, if the {{ htmlattrxref("multiple", "input") }} attribute is set, several values can be set, as a comma-separated list. If any of these do not satisfy the condition described here, the **Type mismatch** constraint violation is triggered. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.