Confirmed users
394
edits
Benfrancis (talk | contribs) No edit summary |
Benfrancis (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= Browser Element & API = | = Browser Element & API = | ||
This is a proposal for Browser API and a new HTML element called "<browser>", which is similar to an iframe but allows the implementation of a fully featured web browser as a web app. | This is a proposal for a Browser API and a new HTML element called "<browser>", which is similar to an iframe but allows the implementation of a fully featured web browser as a web app. | ||
This feature is being tracked by the meta-bug {{bug|693515}} (alias browser-as-webapp). | This feature is being tracked by the meta-bug {{bug|693515}} (alias browser-as-webapp). | ||
Line 79: | Line 79: | ||
|Process separation || P1 || {{bug|714861}} || complete | |Process separation || P1 || {{bug|714861}} || complete | ||
|- | |- | ||
|Framebusting protection || P1 || || | |Framebusting protection || P1 || {{bug|771273}} || '''''in progress''''' | ||
|- | |- | ||
|Touch pan & zoom || P1 || {{bug|745136}} || '''''in progress''''' | |Touch pan & zoom || P1 || {{bug|745136}} || '''''in progress''''' | ||
Line 85: | Line 85: | ||
|<meta name="viewport"> tags || P2 || {{bug|746502}} || '''not started''' | |<meta name="viewport"> tags || P2 || {{bug|746502}} || '''not started''' | ||
|- | |- | ||
| | |target=_blank/_top || P2 || {{bug|769254}} || '''''in progress''''' | ||
|- | |- | ||
|Permissions prompts || P1 || || '''not started''' | |Permissions prompts || P1 || || '''not started''' | ||
Line 226: | Line 226: | ||
: Support for the de-facto standard of the viewport meta tag which allows web pages to be viewed at a readable physical size at different pixel densities. | : Support for the de-facto standard of the viewport meta tag which allows web pages to be viewed at a readable physical size at different pixel densities. | ||
=== | === target=_blank/_top === | ||
: Open <a target="_top"> and <a target="_blank"> in a new window. | : Open <a target="_top"> and <a target="_blank"> in a new window. |