- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 15:08:19 +0900 (JST)
- To: public-html-diffs@w3.org
microdata; hixie: make the domintro warning boxes less like .issue boxes (whatwg r4895) http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.51&r2=1.52&f=h http://html5.org/tools/web-apps-tracker?from=4894&to=4895 =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- Overview.html 17 Mar 2010 23:50:42 -0000 1.51 +++ Overview.html 29 Mar 2010 06:08:07 -0000 1.52 @@ -237,8 +237,8 @@ .details-example img { vertical-align: top; } </style><style type="text/css"> - .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: red; border: solid 2px; background: white; padding: 0 0.25em; } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript"> + .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; } + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript"> function getCookie(name) { var params = location.search.substr(1).split("&"); for (var index = 0; index < params.length; index++) {
Received on Monday, 29 March 2010 06:08:47 UTC