- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Dec 2008 23:02:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5255
Modified Files:
Overview.html
Log Message:
Mention popup blockers near showModalDialog(). (credit: je) (whatwg r2541)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1711
retrieving revision 1.1712
diff -u -d -r1.1711 -r1.1712
--- Overview.html 17 Dec 2008 03:06:23 -0000 1.1711
+++ Overview.html 17 Dec 2008 23:02:11 -0000 1.1712
@@ -28137,10 +28137,11 @@
these steps.</p>
<p class=note>User agents are expected to disable this method in
- certain cases to avoid user annoyance. For instance, a user agent
- could require that a site be white-listed before enabling this
- method, or the user agent could be configured to only allow one
- modal dialog at a time.</p>
+ certain cases to avoid user annoyance (e.g. as part of their popup
+ blocker feature). For instance, a user agent could require that a
+ site be white-listed before enabling this method, or the user
+ agent could be configured to only allow one modal dialog at a
+ time.</p>
</li>
Received on Wednesday, 17 December 2008 23:02:25 UTC