<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>21690</bug_id>
          
          <creation_ts>2013-04-15 02:18:26 +0000</creation_ts>
          <short_desc>/*!  * Copyright (c) 2011 Simo Kinnunen.  * Licensed under the MIT license.  *  * @version ${Version}  */ var Cufon=(function(){var e=function(){return e.replace.apply(null,arguments)};var v=e.D [...]</short_desc>
          <delta_ts>2013-04-15 18:34:52 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>NEEDSINFO</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>86192</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-04-15 02:18:26 +0000</bug_when>
    <thetext>Specification: http://dev.w3.org/html5/webstorage/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Referrer: http://dev.w3.org/html5/webstorage/

Comment:
/*!
 * Copyright (c) 2011 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var e=function(){return
e.replace.apply(null,arguments)};var v=e.DOM={ready:(function(){var
M=false,O={loaded:1,complete:1};var
L=[],N=function(){if(M){return}M=true;for(var
P;P=L.shift();P()){}};if(document.addEventListener){document.addEventListener(
&quot;DOMContentLoaded&quot;,N,false);window.addEventListener(&quot;pageshow&quot;,N,false)}if(!wi
ndow.opera&amp;&amp;document.readyState){(function(){O[document.readyState]?N():setTim
eout(arguments.callee,10)})()}if(document.readyState&amp;&amp;document.createStyleShee
t){(function(){try{document.body.doScroll(&quot;left&quot;);N()}catch(P){setTimeout(argu
ments.callee,1)}})()}i(window,&quot;load&quot;,N);return
function(P){if(!arguments.length){N()}else{M?P():L.push(P)}}})(),root:function
(){return document.documentElement||document.body},strict:(function(){var
L;if(document.compatMode==&quot;BackCompat&quot;){return
false}L=document.doctype;if(L){return
!/frameset|transitional/i.test(L.publicId)}L=document.firstChild;if(L.nodeType
!=8||/^DOCTYPE.+(transitional|frameset)/i.test(L.data)){return false}return
true})()};var
q=e.CSS={Size:function(M,L){this.value=parseFloat(M);this.unit=String(M).match
(/[a-z%]*$/)[0]||&quot;px&quot;;this.convert=function(N){return
N/L*this.value};this.convertFrom=function(N){return
N/this.value*L};this.toString=function(){return
this.value+this.unit}},addClass:function(M,L){var
N=M.className;M.className=N+(N&amp;&amp;&quot; &quot;)+L;return M},color:g(function(M){var
L={};L.color=M.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(O,N,P){L.opacity=
parseFloat(P);return&quot;rgb(&quot;+N+&quot;)&quot;});return
L}),fontStretch:g(function(L){if(typeof L==&quot;number&quot;){return
L}if(/%$/.test(L)){return
parseFloat(L)/100}return{&quot;ultra-condensed&quot;:0.5,&quot;extra-condensed&quot;:0.625,condens
ed:0.75,&quot;semi-condensed&quot;:0.875,&quot;semi-expanded&quot;:1.125,expanded:1.25,&quot;extra-expa
nded&quot;:1.5,&quot;ultra-expanded&quot;:2}[L]||1}),getStyle:function(M){var
L=document.defaultView;if(L&amp;&amp;L.getComputedStyle){return new
A(L.getComputedStyle(M,null))}if(M.currentStyle){return new
A(M.currentStyle)}return new A(M.style)},gradient:g(function(P){var
Q={id:P,type:P.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},M=P.substr(P.indexO
f(&quot;(&quot;)).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var
O=0,L=M.length,N;O&lt;L;++O){N=M[O].split(&quot;=&quot;,2).reverse();Q.stops.push([N[1]||O/
(L-1),N[0]])}return Q}),quotedList:g(function(O){var
N=[],M=/\s*(([&quot;&apos;])([\s\S]*?[^\\])\2|[^,]+)\s*/g,L;while(L=M.exec(O)){N.push(L[
3]||L[1])}return N}),recognizesMedia:g(function(Q){var
O=document.createElement(&quot;style&quot;),N,M,L;O.type=&quot;text/css&quot;;O.media=Q;try{O.appe
ndChild(document.createTextNode(&quot;/**/&quot;))}catch(P){}M=f(&quot;head&quot;)[0];M.insertBefo
re(O,M.firstChild);N=(O.sheet||O.styleSheet);L=N&amp;&amp;!N.disabled;M.removeChild(O)
;return L}),removeClass:function(N,M){var
L=RegExp(&quot;(?:^|\\s+)&quot;+M+&quot;(?=\\s|$)&quot;,&quot;g&quot;);N.className=N.className.replace(L,&quot;&quot;)
;return N},supports:function(N,M){var
L=document.createElement(&quot;span&quot;).style;if(L[N]===undefined){return
false}L[N]=M;return
L[N]===M},textAlign:function(O,N,L,M){if(N.get(&quot;textAlign&quot;)==&quot;right&quot;){if(L&gt;0){
O=&quot; &quot;+O}}else{if(L&lt;M-1){O+=&quot; &quot;}}return
O},textShadow:g(function(P){if(P==&quot;none&quot;){return null}var O=[],Q={},L,M=0;var
N=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(L=N.exec(P))
{if(L[0]==&quot;,&quot;){O.push(Q);Q={};M=0}else{if(L[1]){Q.color=L[1]}else{Q[[&quot;offX&quot;,&quot;o
ffY&quot;,&quot;blur&quot;][M++]]=L[2]}}}O.push(Q);return O}),textTransform:(function(){var
L={uppercase:function(M){return M.toUpperCase()},lowercase:function(M){return
M.toLowerCase()},capitalize:function(M){return
M.replace(/(?:^|\s)./g,function(N){return N.toUpperCase()})}};return
function(O,N){var M=L[N.get(&quot;textTransform&quot;)];return
M?M(O):O}})(),whiteSpace:(function(){var
N={inline:1,&quot;inline-block&quot;:1,&quot;run-in&quot;:1};var M=/^\s+/,L=/\s+$/;return
function(R,P,Q,O,S){if(S){return
R.replace(M,&quot;&quot;).replace(L,&quot;&quot;)}if(O){if(O.nodeName.toLowerCase()==&quot;br&quot;){R=R.rep
lace(M,&quot;&quot;)}}if(N[P.get(&quot;display&quot;)]){return
R}if(!Q.previousSibling){R=R.replace(M,&quot;&quot;)}if(!Q.nextSibling){R=R.replace(L,&quot;&quot;
)}return R}})()};q.ready=(function(){var
L=!q.recognizesMedia(&quot;all&quot;),P=false;var O=[],S=function(){L=true;for(var
V;V=O.shift();V()){}};var T=f(&quot;link&quot;),U=f(&quot;style&quot;);var
M={&quot;&quot;:1,&quot;text/css&quot;:1};function N(V){if(!M[V.type.toLowerCase()]){return
true}return V.disabled||R(V.sheet,V.media||&quot;screen&quot;)}function
R(X,aa){if(!q.recognizesMedia(aa||&quot;all&quot;)){return
true}if(!X||X.disabled){return false}try{var
ab=X.cssRules,Z;if(ab){search:for(var
W=0,V=ab.length;Z=ab[W],W&lt;V;++W){switch(Z.type){case 2:break;case
3:if(!R(Z.styleSheet,Z.media.mediaText)){return false}break;default:break
search}}}}catch(Y){}return true}function
Q(){if(document.createStyleSheet){return true}var
W,V;for(V=0;W=T[V];++V){if(W.rel.toLowerCase()==&quot;stylesheet&quot;&amp;&amp;!N(W)){return
false}}for(V=0;W=U[V];++V){if(!N(W)){return false}}return
true}v.ready(function(){if(!P){P=q.getStyle(document.body).isUsable()}if(L||(P
&amp;&amp;Q())){S()}else{setTimeout(arguments.callee,10)}});return
function(V){if(L){V()}else{O.push(V)}}})();function D(N){var
M=this.face=N.face,L={&quot;\u0020&quot;:1,&quot;\u00a0&quot;:1,&quot;\u3000&quot;:1};this.glyphs=(function(
Q){var P,O={&quot;\u2011&quot;:&quot;\u002d&quot;,&quot;\u00ad&quot;:&quot;\u2011&quot;};for(P in
O){if(!k(O,P)){continue}if(!Q[P]){Q[P]=Q[O[P]]}}return
Q})(N.glyphs);this.w=N.w;this.baseSize=parseInt(M[&quot;units-per-em&quot;],10);this.fam
ily=M[&quot;font-family&quot;].toLowerCase();this.weight=M[&quot;font-weight&quot;];this.style=M[&quot;
font-style&quot;]||&quot;normal&quot;;this.viewBox=(function(){var P=M.bbox.split(/\s+/);var
O={minX:parseInt(P[0],10),minY:parseInt(P[1],10),maxX:parseInt(P[2],10),maxY:p
arseInt(P[3],10)};O.width=O.maxX-O.minX;O.height=O.maxY-O.minY;O.toString=func
tion(){return[this.minX,this.minY,this.width,this.height].join(&quot; &quot;)};return
O})();this.ascent=-parseInt(M.ascent,10);this.descent=-parseInt(M.descent,10);
this.height=-this.ascent+this.descent;this.spacing=function(V,Y,O){var
Z=this.glyphs,W,U,Q,aa=[],P=0,X,T=-1,S=-1,R;while(R=V[++T]){W=Z[R]||this.missi
ngGlyph;if(!W){continue}if(U){P-=Q=U[R]||0;aa[S]-=Q}X=W.w;if(isNaN(X)){X=+this
.w}if(X&gt;0){X+=Y;if(L[R]){X+=O}}P+=aa[++S]=~~X;U=W.k}aa.total=P;return
aa}}function s(){var
M={},L={oblique:&quot;italic&quot;,italic:&quot;oblique&quot;};this.add=function(N){(M[N.style]||(
M[N.style]={}))[N.weight]=N};this.get=function(R,S){var
Q=M[R]||M[L[R]]||M.normal||M.italic||M.oblique;if(!Q){return
null}S={normal:400,bold:700}[S]||parseInt(S,10);if(Q[S]){return Q[S]}var
O={1:1,99:0}[S%100],U=[],P,N;if(O===undefined){O=S&gt;400}if(S==500){S=400}for(va
r T in
Q){if(!k(Q,T)){continue}T=parseInt(T,10);if(!P||T&lt;P){P=T}if(!N||T&gt;N){N=T}U.pus
h(T)}if(S&lt;P){S=P}if(S&gt;N){S=N}U.sort(function(W,V){return(O?(W&gt;=S&amp;&amp;V&gt;=S)?W&lt;V:W&gt;
V:(W&lt;=S&amp;&amp;V&lt;=S)?W&gt;V:W&lt;V)?-1:1});return Q[U[0]]}}function n(){function
N(P,R){try{if(P.contains){return P.contains(R)}return
P.compareDocumentPosition(R)&amp;16}catch(Q){}return false}function L(Q){var
P=Q.relatedTarget;if(P&amp;&amp;N(this,P)){return}M(this,Q.type==&quot;mouseover&quot;)}function
O(P){if(!P){P=window.event}M(P.target||P.srcElement,P.type==&quot;mouseenter&quot;)}func
tion M(P,Q){setTimeout(function(){var
R=d.get(P).options;if(Q){R=C(R,R.hover);R._mediatorMode=1}e.replace(P,R,true)}
,10)}this.attach=function(P){if(P.onmouseenter===undefined){i(P,&quot;mouseover&quot;,L)
;i(P,&quot;mouseout&quot;,L)}else{i(P,&quot;mouseenter&quot;,O);i(P,&quot;mouseleave&quot;,O)}};this.detach=
function(P){if(P.onmouseenter===undefined){c(P,&quot;mouseover&quot;,L);c(P,&quot;mouseout&quot;,L
)}else{c(P,&quot;mouseenter&quot;,O);c(P,&quot;mouseleave&quot;,O)}}}function w(){var
M=[],N={};function L(R){var O=[],Q;for(var P=0;Q=R[P];++P){O[P]=M[N[Q]]}return
O}this.add=function(P,O){N[P]=M.push(O)-1};this.repeat=function(){var
O=arguments.length?L(arguments):M,P;for(var
Q=0;P=O[Q++];){e.replace(P[0],P[1],true)}}}function z(){var N={},L=0;function
M(O){return O.cufid||(O.cufid=++L)}this.get=function(O){var P=M(O);return
N[P]||(N[P]={})}}function A(L){var N={},M={};this.extend=function(O){for(var P
in O){if(k(O,P)){N[P]=O[P]}}return this};this.get=function(O){return
N[O]!=undefined?N[O]:L[O]};this.getSize=function(P,O){return M[P]||(M[P]=new
q.Size(this.get(P),O))};this.isUsable=function(){return !!L}}function
i(M,L,N){if(M.addEventListener){M.addEventListener(L,N,false)}else{if(M.attach
Event){M.attachEvent(&quot;on&quot;+L,N)}}}function r(N,M){if(M._mediatorMode){return
N}var O=d.get(N);var L=O.options;if(L){if(L===M){return
N}if(L.hover){u.detach(N)}}if(M.hover&amp;&amp;M.hoverables[N.nodeName.toLowerCase()])
{u.attach(N)}O.options=M;return N}function g(L){var M={};return
function(N){if(!k(M,N)){M[N]=L.apply(null,arguments)}return M[N]}}function
t(P,O){var L=q.quotedList(O.get(&quot;fontFamily&quot;).toLowerCase()),N;for(var
M=0;N=L[M];++M){if(G[N]){return
G[N].get(O.get(&quot;fontStyle&quot;),O.get(&quot;fontWeight&quot;))}}return null}function
f(L){return document.getElementsByTagName(L)}function k(M,L){return
M.hasOwnProperty(L)}function C(){var M={},L,P;for(var
O=0,N=arguments.length;L=arguments[O],O&lt;N;++O){for(P in
L){if(k(L,P)){M[P]=L[P]}}}return M}function J(O,W,M,X,P,N){var
U=document.createDocumentFragment(),R;if(W===&quot;&quot;){return U}var V=X.separate;var
S=W.split(y[V]),L=(V==&quot;words&quot;);if(L&amp;&amp;x){if(/^\s/.test(W)){S.unshift(&quot;&quot;)}if(/\s
$/.test(W)){S.push(&quot;&quot;)}}for(var
T=0,Q=S.length;T&lt;Q;++T){R=b[X.engine](O,L?q.textAlign(S[T],M,T,Q):S[T],M,X,P,N
,T&lt;Q-1);if(R){U.appendChild(R)}}return U}function
c(M,L,N){if(M.removeEventListener){M.removeEventListener(L,N,false)}else{if(M.
detachEvent){M.detachEvent(&quot;on&quot;+L,N)}}}function I(M,O){var
ad=M.nodeName.toLowerCase();if(O.ignore[ad]){return}if(O.ignoreClass&amp;&amp;O.ignore
Class.test(M.className)){return}if(O.onBeforeReplace){O.onBeforeReplace(M,O)}v
ar ac=!O.textless[ad],Z=(O.trim===&quot;simple&quot;);var
aa=q.getStyle(r(M,O)).extend(O);if(parseFloat(aa.get(&quot;fontSize&quot;))===0){return}
var V=t(M,aa),Y,P,W,R,U,ab;var X=O.softHyphens,T=false,Q,S,N=/\u00ad/g;var
L=O.modifyText;if(!V){return}for(Y=M.firstChild;Y;Y=W){P=Y.nodeType;W=Y.nextSi
bling;if(ac&amp;&amp;P==3){if(X&amp;&amp;M.nodeName.toLowerCase()!=o){Q=Y.data.indexOf(&quot;\u00ad
&quot;);if(Q&gt;=0){Y.splitText(Q);W=Y.nextSibling;W.deleteData(0,1);S=document.create
Element(o);S.appendChild(document.createTextNode(&quot;\u00ad&quot;));M.insertBefore(S,W
);W=S;T=true}}if(R){R.appendData(Y.data);M.removeChild(Y)}else{R=Y}if(W){conti
nue}}if(R){U=R.data;if(!X){U=U.replace(N,&quot;&quot;)}U=q.whiteSpace(U,aa,R,ab,Z);if(L)
{U=L(U,R,M,O)}M.replaceChild(J(V,U,aa,O,Y,M),R);R=null}if(P==1){if(Y.firstChil
d){if(Y.nodeName.toLowerCase()==&quot;cufon&quot;){b[O.engine](V,null,aa,O,Y,M)}else{arg
uments.callee(Y,O)}}ab=Y}}if(X&amp;&amp;T){E(M);if(!l){i(window,&quot;resize&quot;,j)}l=true}if(
O.onAfterReplace){O.onAfterReplace(M,O)}}function E(M){var
R,S,T,Q,L,P,N,O;R=M.getElementsByTagName(o);for(O=0;S=R[O];++O){S.className=h;
Q=T=S.parentNode;if(Q.nodeName.toLowerCase()!=p){L=document.createElement(p);L
.appendChild(S.previousSibling);T.insertBefore(L,S);L.appendChild(S)}else{Q=Q.
parentNode;if(Q.nodeName.toLowerCase()==p){T=Q.parentNode;while(Q.firstChild){
T.insertBefore(Q.firstChild,Q)}T.removeChild(Q)}}}for(O=0;S=R[O];++O){S.classN
ame=&quot;&quot;;Q=S.parentNode;T=Q.parentNode;P=Q.nextSibling||T.nextSibling;N=(P.nodeN
ame.toLowerCase()==p)?Q:S.previousSibling;if(N.offsetTop&gt;=P.offsetTop){S.class
Name=h;if(N.offsetTop&lt;P.offsetTop){L=document.createElement(p);T.insertBefore(
L,Q);L.appendChild(Q);L.appendChild(P)}}}}function
j(){if(B){return}q.addClass(v.root(),K);clearTimeout(a);a=setTimeout(function(
){B=true;q.removeClass(v.root(),K);E(document);B=false},100)}var x=&quot;
&quot;.split(/\s+/).length==0;var p=&quot;cufonglue&quot;;var o=&quot;cufonshy&quot;;var
h=&quot;cufon-shy-disabled&quot;;var K=&quot;cufon-viewport-resizing&quot;;var d=new z();var u=new
n();var H=new w();var m=false;var l=false;var a;var B=false;var
b={},G={},F={autoDetect:false,engine:null,forceHitArea:false,hover:false,hover
ables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:
1,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,
pre:1},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:nu
ll,printable:true,selector:(window.Sizzle||(window.jQuery&amp;&amp;function(L){return
jQuery(L)})||(window.dojo&amp;&amp;dojo.query)||(window.glow&amp;&amp;glow.dom&amp;&amp;glow.dom.get)|
|(window.Ext&amp;&amp;Ext.query)||(window.YAHOO&amp;&amp;YAHOO.util&amp;&amp;YAHOO.util.Selector&amp;&amp;YAHO
O.util.Selector.query)||(window.$$&amp;&amp;function(L){return
$$(L)})||(window.$&amp;&amp;function(L){return
$(L)})||(document.querySelectorAll&amp;&amp;function(L){return
document.querySelectorAll(L)})||f),separate:&quot;words&quot;,softHyphens:true,textless:
{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:&quot;none&quot;
,trim:&quot;advanced&quot;};var
y={words:/\s/.test(&quot;\u00a0&quot;)?/[^\S\u00a0]+/:/\s+/,characters:&quot;&quot;,none:/^/};e.no
w=function(){v.ready();return
e};e.refresh=function(){H.repeat.apply(H,arguments);return
e};e.registerEngine=function(M,L){if(!L){return e}b[M]=L;return
e.set(&quot;engine&quot;,M)};e.registerFont=function(N){if(!N){return e}var L=new
D(N),M=L.family;if(!G[M]){G[M]=new s()}G[M].add(L);return
e.set(&quot;fontFamily&quot;,&apos;&quot;&apos;+M+&apos;&quot;&apos;)};e.replace=function(N,M,L){M=C(F,M);if(!M.engine
){return e}if(!m){q.addClass(v.root(),&quot;cufon-active
cufon-loading&quot;);q.ready(function(){q.addClass(q.removeClass(v.root(),&quot;cufon-lo
ading&quot;),&quot;cufon-ready&quot;)});m=true}if(M.hover){M.forceHitArea=true}if(M.autoDetec
t){delete M.fontFamily}if(typeof M.ignoreClass==&quot;string&quot;){M.ignoreClass=new
RegExp(&quot;(?:^|\\s)(?:&quot;+M.ignoreClass.replace(/\s+/g,&quot;|&quot;)+&quot;)(?:\\s|$)&quot;)}if(typeo
f M.textShadow==&quot;string&quot;){M.textShadow=q.textShadow(M.textShadow)}if(typeof
M.color==&quot;string&quot;&amp;&amp;/^-/.test(M.color)){M.textGradient=q.gradient(M.color)}else
{delete M.textGradient}if(typeof
N==&quot;string&quot;){if(!L){H.add(N,arguments)}N=[N]}else{if(N.nodeType){N=[N]}}q.read
y(function(){for(var P=0,O=N.length;P&lt;O;++P){var Q=N[P];if(typeof
Q==&quot;string&quot;){e.replace(M.selector(Q),M,true)}else{I(Q,M)}}});return
e};e.set=function(L,M){F[L]=M;return e};return
e})();Cufon.registerEngine(&quot;vml&quot;,(function(){var
e=document.namespaces;if(!e){return}e.add(&quot;cvml&quot;,&quot;urn:schemas-microsoft-com:vm
l&quot;);e=null;var
b=document.createElement(&quot;cvml:shape&quot;);b.style.behavior=&quot;url(#default#VML)&quot;;if
(!b.coordsize){return}b=null;var
h=(document.documentMode||0)&lt;8;document.write((&apos;&lt;style
type=&quot;text/css&quot;&gt;cufoncanvas{text-indent:0;}@media
screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#defaul
t#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:ab
solute;text-align:left;}cufon{display:inline-block;position:relative;vertical-
align:&apos;+(h?&quot;middle&quot;:&quot;text-bottom&quot;)+&quot;;}cufon
cufontext{position:absolute;left:-10000in;font-size:1px;text-align:left;}cufon
shy.cufon-shy-disabled,.cufon-viewport-resizing
cufonshy{display:none;}cufonglue{white-space:nowrap;display:inline-block;}.cuf
on-viewport-resizing cufonglue{white-space:normal;}a
cufon{cursor:pointer}}@media print{cufon
cufoncanvas{display:none;}}&lt;/style&gt;&quot;).replace(/;/g,&quot;!important;&quot;));function
c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?&quot;1em&quot;:j)}function
a(l,m){if(!isNaN(m)||/px$/i.test(m)){return parseFloat(m)}var
k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l
.style.left=m.replace(&quot;%&quot;,&quot;em&quot;);var
i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function
f(l,k,j,n){var
i=&quot;computed&quot;+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m==&quot;normal&quot;)?0:~~j.conve
rtFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var
n=p.stops,o=document.createElement(&quot;cvml:fill&quot;),i=[];o.type=&quot;gradient&quot;;o.angle
=180;o.focus=&quot;0&quot;;o.method=&quot;none&quot;;o.color=n[0][1];for(var
m=1,l=n.length-1;m&lt;l;++m){i.push(n[m][0]*100+&quot;%
&quot;+n[m][1])}o.colors=i.join(&quot;,&quot;);o.color2=n[l][1];g[q]=o}return g[q]}return
function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var
p=Y.computedFontSize||(Y.computedFontSize=new
Cufon.CSS.Size(c(ad,Y.get(&quot;fontSize&quot;))+&quot;px&quot;,ac.baseSize));var
y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement(&quot;cufon&quot;);y.classNam
e=&quot;cufon
cufon-vml&quot;;y.alt=G;q=document.createElement(&quot;cufoncanvas&quot;);y.appendChild(q);if
(C.printable){var
Z=document.createElement(&quot;cufontext&quot;);Z.appendChild(document.createTextNode(G)
);y.appendChild(Z)}if(!W){y.appendChild(document.createElement(&quot;cvml:shape&quot;))}
}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var
V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get(&quot;fontStretch&quot;));var
U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=
Math.round(p.convert(U));ai.height=p.convert(ac.height)+&quot;px&quot;;var
F=Y.get(&quot;color&quot;);var ag=Cufon.CSS.textTransform(G,Y).split(&quot;&quot;);var
L=ac.spacing(ag,f(ad,Y,p,&quot;letterSpacing&quot;),f(ad,Y,p,&quot;wordSpacing&quot;));if(!L.lengt
h){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var
ah=p.convert(x*P),X=Math.round(ah);var O=x+&quot;,&quot;+I.height,m;var J=&quot;r&quot;+O+&quot;ns&quot;;var
u=C.textGradient&amp;&amp;d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var
ab=-1,aa=0,w;while(w=ag[++ab]){var
D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(
v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement(&quot;cvml
:shape&quot;);q.appendChild(v)}v.stroked=&quot;f&quot;;v.coordsize=O;v.coordorigin=m=(U-S)+&quot;,
&quot;+T;v.path=(D.d?&quot;m&quot;+D.d+&quot;xe&quot;:&quot;&quot;)+&quot;m&quot;+m+J;v.fillcolor=F;if(u){v.appendChild(u.c
loneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var
s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var
N=document.createElement(&quot;cvml:shadow&quot;);N.on=&quot;t&quot;;N.color=B.color;N.offset=s.of
fX+&quot;,&quot;+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type=&quot;double&quot;;N.color2=z.colo
r;N.offset2=r.offX+&quot;,&quot;+r.offY}N.opacity=B.opacity||(z&amp;&amp;z.opacity)||1;v.appendC
hild(N)}S+=L[aa++]}var
M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement(&quot;cvml:r
ect&quot;);M.stroked=&quot;f&quot;;M.className=&quot;cufon-vml-cover&quot;;t=document.createElement(&quot;cv
ml:fill&quot;);t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.
height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k
*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var
E=Y.get(&quot;lineHeight&quot;);if(E==&quot;normal&quot;){E=&quot;1em&quot;}else{if(!isNaN(E)){E+=&quot;em&quot;}}Y.co
mputedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ce
il(Q)+&quot;px&quot;;ai.marginBottom=Q+&quot;px&quot;}}return
y}})());Cufon.registerEngine(&quot;canvas&quot;,(function(){var
b=document.createElement(&quot;canvas&quot;);if(!b||!b.getContext||!b.getContext.apply){
return}b=null;var a=Cufon.CSS.supports(&quot;display&quot;,&quot;inline-block&quot;);var
e=!a&amp;&amp;(document.compatMode==&quot;BackCompat&quot;||/frameset|transitional/i.test(docume
nt.doctype.publicId));var
f=document.createElement(&quot;style&quot;);f.type=&quot;text/css&quot;;f.appendChild(document.cre
ateTextNode((&quot;cufon{text-indent:0;}@media
screen,projection{cufon{display:inline;display:inline-block;position:relative;
vertical-align:middle;&quot;+(e?&quot;&quot;:&quot;font-size:1px;line-height:1px;&quot;)+&quot;}cufon
cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-a
lign:left;text-indent:-10000in;}&quot;+(a?&quot;cufon canvas{position:relative;}&quot;:&quot;cufon
canvas{position:absolute;}&quot;)+&quot;cufonshy.cufon-shy-disabled,.cufon-viewport-resi
zing
cufonshy{display:none;}cufonglue{white-space:nowrap;display:inline-block;}.cuf
on-viewport-resizing cufonglue{white-space:normal;}}@media
print{cufon{padding:0;}cufon
canvas{display:none;}}&quot;).replace(/;/g,&quot;!important;&quot;)));document.getElementsByT
agName(&quot;head&quot;)[0].appendChild(f);function d(p,h){var n=0,m=0;var
g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var
l=k[2].split(&quot;,&quot;);switch(k[1]){case&quot;v&quot;:g[j]={m:&quot;bezierCurveTo&quot;,a:[n+~~l[0],m+~
~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case&quot;r&quot;:g[j]={m:&quot;lineTo&quot;,a
:[n+=~~l[0],m+=~~l[1]]};break;case&quot;m&quot;:g[j]={m:&quot;moveTo&quot;,a:[n=~~l[0],m=~~l[1]]};
break;case&quot;x&quot;:g[j]={m:&quot;closePath&quot;};break;case&quot;e&quot;:break
generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var
j=0,h=m.length;j&lt;h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return
function(W,w,P,t,C,X){var k=(w===null);if(k){w=C.getAttribute(&quot;alt&quot;)}var
A=W.viewBox;var m=P.getSize(&quot;fontSize&quot;,W.baseSize);var B=0,O=0,N=0,u=0;var
z=t.textShadow,L=[];if(z){for(var V=z.length;V--;){var F=z[V];var
K=m.convertFrom(parseFloat(F.offX));var
I=m.convertFrom(parseFloat(F.offY));L[V]=[K,I];if(I&lt;B){B=I}if(K&gt;O){O=K}if(I&gt;N)
{N=I}if(K&lt;u){u=K}}}var aa=Cufon.CSS.textTransform(w,P).split(&quot;&quot;);var
E=W.spacing(aa,~~m.convertFrom(parseFloat(P.get(&quot;letterSpacing&quot;))||0),~~m.conv
ertFrom(parseFloat(P.get(&quot;wordSpacing&quot;))||0));if(!E.length){return null}var
h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var
s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement(&quot;cufon&quot;);s.classNam
e=&quot;cufon
cufon-canvas&quot;;s.setAttribute(&quot;alt&quot;,w);n=document.createElement(&quot;canvas&quot;);s.app
endChild(n);if(t.printable){var
T=document.createElement(&quot;cufontext&quot;);T.appendChild(document.createTextNode(w)
);s.appendChild(T)}}var ab=s.style;var H=n.style;var j=m.convert(A.height);var
Z=Math.ceil(j);var M=Z/j;var
G=M*Cufon.CSS.fontStretch(P.get(&quot;fontStretch&quot;));var J=h*G;var
Q=Math.ceil(m.convert(J+O-u));var
o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+&quot;px&quot;;H.hei
ght=o+&quot;px&quot;;B+=A.minY;H.top=Math.round(m.convert(B-W.ascent))+&quot;px&quot;;H.left=Math.
round(m.convert(u))+&quot;px&quot;;var
r=Math.max(Math.ceil(m.convert(J)),0)+&quot;px&quot;;if(a){ab.width=r;ab.height=m.conver
t(W.height)+&quot;px&quot;}else{ab.paddingLeft=r;ab.paddingBottom=(m.convert(W.height)-1
)+&quot;px&quot;}var Y=n.getContext(&quot;2d&quot;),D=j/A.height;var
S=window.devicePixelRatio||1;if(S!=1){n.width=Q*S;n.height=o*S;Y.scale(S,S)}Y.
scale(D,D*M);Y.translate(-u,-B);Y.save();function U(){var
x=W.glyphs,ac,l=-1,g=-1,y;Y.scale(G,1);while(y=aa[++l]){var
ac=x[aa[l]]||W.missingGlyph;if(!ac){continue}if(ac.d){Y.beginPath();if(ac.code
){c(ac.code,Y)}else{ac.code=d(&quot;m&quot;+ac.d,Y)}Y.fill()}Y.translate(E[++g],0)}Y.res
tore()}if(z){for(var V=z.length;V--;){var
F=z[V];Y.save();Y.fillStyle=F.color;Y.translate.apply(Y,L[V]);U()}}var
q=t.textGradient;if(q){var
v=q.stops,p=Y.createLinearGradient(0,A.minY,0,A.maxY);for(var
V=0,R=v.length;V&lt;R;++V){p.addColorStop.apply(p,v[V])}Y.fillStyle=p}else{Y.fill
Style=P.get(&quot;color&quot;)}U();return s}})());

Posted from: 201.161.147.28
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>86224</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-04-15 18:34:52 +0000</bug_when>
    <thetext>I can&apos;t make head or tail of this. Please elaborate?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>