Title: [219944] trunk/Websites/webkit.org
Revision
219944
Author
fred.w...@free.fr
Date
2017-07-26 07:23:21 -0700 (Wed, 26 Jul 2017)

Log Message

Unreviewed, minor adjustments to the previous demo.

Patch by Frederic Wang <fw...@igalia.com> on 2017-07-26

* demos/frames/index.html: Added. Index page for the list of demos.
* demos/frames/sandboxing/index.html: Minor fixes.

Modified Paths

Added Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (219943 => 219944)


--- trunk/Websites/webkit.org/ChangeLog	2017-07-26 13:52:35 UTC (rev 219943)
+++ trunk/Websites/webkit.org/ChangeLog	2017-07-26 14:23:21 UTC (rev 219944)
@@ -1,5 +1,12 @@
 2017-07-26  Frederic Wang  <fw...@igalia.com>
 
+        Unreviewed, minor adjustments to the previous demo.
+
+        * demos/frames/index.html: Added. Index page for the list of demos.
+        * demos/frames/sandboxing/index.html: Minor fixes.
+
+2017-07-26  Frederic Wang  <fw...@igalia.com>
+
         Unreviewed, add demos (frame sandboxing and scrolling) for a blog post.
 
         * demos/frames/sandboxing/am-i-sandboxed.html: Added.

Added: trunk/Websites/webkit.org/demos/frames/index.html (0 => 219944)


--- trunk/Websites/webkit.org/demos/frames/index.html	                        (rev 0)
+++ trunk/Websites/webkit.org/demos/frames/index.html	2017-07-26 14:23:21 UTC (rev 219944)
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Demos for frame sandboxing and scrolling</title>
+    <meta charset="utf-8"/>
+  </head>
+  <body>
+
+    <h1>Demos for frame sandboxing and scrolling</h1>
+
+    <ul>
+      <li><a href="" Sandboxing</a></li>
+      <li><a href=""
+      <li><a href="" iframes</a></li>
+    </ul>
+    
+  </body>
+</html>
Property changes on: trunk/Websites/webkit.org/demos/frames/index.html
___________________________________________________________________

Added: svn:eol-style

+LF \ No newline at end of property

Added: svn:mime-type

+text/html \ No newline at end of property

Modified: trunk/Websites/webkit.org/demos/frames/sandboxing/index.html (219943 => 219944)


--- trunk/Websites/webkit.org/demos/frames/sandboxing/index.html	2017-07-26 13:52:35 UTC (rev 219943)
+++ trunk/Websites/webkit.org/demos/frames/sandboxing/index.html	2017-07-26 14:23:21 UTC (rev 219944)
@@ -8,8 +8,10 @@
 
     <h1>Frame Sandboxing</h1>
 
-    <p>Note: In order to run these demos, you might need to modify your
-      preference to allow _javascript_s, popups or modal dialogs.</p>
+    <p>This page contains some demos for the
+      <a href="" attribute of the iframe element</a>.
+      In order to run these demos, you might need to modify your
+      preference to allow _javascript_, popups and modal dialogs.</p>
 
     <h2>Basic flags</h2>
 
@@ -29,13 +31,12 @@
 
     <h2>allow-popup-to-escape-sandbox</h2>
 
-    <p>By default, popups opened from a sandboxed frames has the
+    <p>By default, popups opened from a sandboxed frames have the
       same restrictions as the frame.
       This is sometimes not wanted e.g. for the landing page of trusted ads.
       The <code>allow-popup-to-escape-sandbox</code> flag allows the popups
       to be opened in a new unsandboxed context. Click the
-      "Open this page as a popup" links to check the difference to see the
-      effect of that flag:
+      "Open this page as a popup" links to see the effect of that flag:
     </p>
     <ul>
       <li><code>allow-popups</code>: <iframe sandbox="allow-popups" src=""
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to