Bug 247275
| Summary: | web manifest: implement orientation member parsing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcos Caceres <marcosc> |
| Component: | WebCore Misc. | Assignee: | Marcos Caceres <marcosc> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marcos Caceres
The manifest's orientation member is a string that serves as the default screen orientation for all top-level browsing contexts of the web application. The possible values are those of the OrientationLockType enum, which in this specification are referred to as the orientation values (i.e., "any", "natural", "landscape", "portrait", "portrait-primary", "portrait-secondary", "landscape-primary", or "landscape-secondary").
Spec:
https://www.w3.org/TR/appmanifest/#orientation-member
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101770484>
Marcos Caceres
Pull request: https://github.com/WebKit/WebKit/pull/5971
Marcos Caceres
Pull request: https://github.com/WebKit/WebKit/pull/11636
Marcos Caceres
Pull request: https://github.com/WebKit/WebKit/pull/11986
EWS
Committed 262241@main (f3713b339917): <https://commits.webkit.org/262241@main>
Reviewed commits have been landed. Closing PR #11986 and removing active labels.