X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fthemes%2Fdefault%2Ftheme.js;h=078eb19b99869037b83a0e4e6d2b741fa02abd0e;hb=f8fc585c18d287eb325c575596d183122486b641;hp=b9150b478ff8e7c41b72ae0adc7d8ebe541b8db4;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/themes/default/theme.js b/_source/themes/default/theme.js index b9150b4..078eb19 100644 --- a/_source/themes/default/theme.js +++ b/_source/themes/default/theme.js @@ -118,6 +118,7 @@ CKEDITOR.themes.add( 'default', (function() ' dir="', editor.lang.dir, '"' + ' title="', ( CKEDITOR.env.gecko ? ' ' : '' ), '"' + ' lang="', editor.langCode, '"' + + ( CKEDITOR.env.webkit? ' tabindex="' + tabIndex + '"' : '' ) + ' role="application"' + ' aria-labelledby="cke_', name, '_arialbl"' + ( style ? ' style="' + style + '"' : '' ) + @@ -126,9 +127,9 @@ CKEDITOR.themes.add( 'default', (function() '' + '' + '' + - '' + - '' + - '' + + '' + + '' + + '' + '' + //Hide the container when loading skins, later restored by skin css. '' +