Bug 339426: Help on Error console should mention CSS parsing errors. Patch by Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r=stefanh@bluebottle.com

This commit is contained in:
ajschult%verizon.net 2006-11-19 16:26:14 +00:00
Родитель eba72bb63f
Коммит 7b811ea570
1 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -23,10 +23,13 @@
<ul class="separate">
<li id="js_console">
<strong>Error Console</strong>: the console
window displays JavaScript warnings, errors, and
notices that occur in Web applications as well as
the &brandShortName; application itself.</li>
<strong>Error Console</strong>: a console window that reports problems
with <a href="glossary.xhtml#javascript">JavaScript</a> and CSS code in
Web applications and the &brandShortName; application itself. By default,
CSS parsing errors and JavaScript errors are displayed. The console can
also be used to display logged messages from <a href="glossary.xhtml#xul">
XUL</a> and JavaScript code.
</li>
<li id="inspector">
<strong>DOM Inspector</strong>: a tool that can be
used to inspect and edit the DOM of any web document or XUL