Patch for /srv/www/svn/www/sites/konqueror/features/browser.php

Krzysztof Żelechowski giecrilj at stegny.2a.pl
Fri May 21 21:23:44 UTC 2010


Added several defining hyperlinks for technical terms, no text changed.  
Please review and apply.
This is technically not a patch but a wholesale replacement for the 
introduction because the online patch maker screwed it up.  

Yours sincerely,
Chris

== browser.php ==


<p>
Konqueror uses a very capable HTML rendering engine called <a 
href="http://techbase.kde.org/Development/Architecture/KDE3/KHTML" >KHTML</a 
>.
This engine is implemented as a <a 
href="http://techbase.kde.org/Development/Architecture/KDE3/KParts" >KPart</a 
> and as such, it can be
easily used by other KDE programs. KHTML is also used by the Apple browser <a 
href="http://www.apple.com/safari/">Safari</a>.
</p>

<p>
Features of the HTML rendering component in KDE 3.4:
</p>

<ol>
<li><a href="http://www.w3.org/TR/html401/" title="The coding language for Web 
pages">HTML 4.01</a > compliance.</li>
<li
><a 
href="http://www.ecma-international.org/publications/files/ECMA-
ST/ECMA-262.pdf" 
type="application/pdf" title="The scripting language for manipulating Web 
pages" >ECMAscript 262</a > support (JavaScript). 
Notice that ECMAscript can still give problems 
because websites can detect browsers and choose to ignore Konqueror. Spoofing 
as another browser will often make sites work anyway.</li>
<li>Ability to house <a 
href="http://java.sun.com/docs/books/tutorial/deployment/applet/index.html" 
title="compiled interactive embedded components" >Java applets</a >.</li>
<li>Cascading Style Sheets:
<ul>
<li><a href="http://www.w3.org/TR/REC-CSS1/" title="Cascading Style Sheets" 
>CSS 1</a >: supported</li>
<li><a href="http://www.w3.org/TR/CSS2/" title="Cascading Style Sheets" >CSS 
2.1</a >: supported (paged media only partially supported)</li>
<li><a href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215/" 
title="Cascading Style Sheets" >CSS 3 Selectors</a >: supported</li>
<li><a href="http://www.w3.org/Style/CSS/current-work#CSS3" >CSS 3</a > 
(other): <a href="../css"> Details about the visual media support can be found 
here</a>. </li>
</ul>
</li>
<li><a href="http://www.w3.org/TR/REC-DOM-Level-1/" title="Document Object 
Model" >DOM1</a >, 
<a href="http://www.w3.org/TR/DOM-Level-2-Core/" title="Document Object Model" 
>DOM2</a > 
and partially 
<a href="http://www.w3.org/TR/DOM-Level-3-Core/"  title="Document Object 
Model">DOM3</a > support 
in <a href="http://www.ecma-international.org/publications/files/ECMA-
ST/ECMA-262.pdf" type="application/pdf"  title="The scripting language for 
manipulating Web pages" >ECMAScript</a > and native <a 
href="http://techbase.kde.org/Development/Languages/C%2B%2B" title="The 
programming language for displaying Web pages" >C++</a > bindings.</li>
<li
>Full support for bidirectional scripts (<a 
href="http://llmap.org/languages/arb.html" >arabic</a > and <a 
href="http://llmap.org/languages/heb.html" >hebrew</a >).<br />
A screenshot can be found <a href="../pics/konq_bidi.png">here</a>.</li>
<li><a href="../pics/konq_crypto.png">SSL</a> support (requires <a 
href="http://www.openssl.org">OpenSSL</a>).</li>
</ol>



More information about the kde-www mailing list