|
| 1 | +<!DOCTYPE html> |
1 | 2 | <html> |
2 | 3 | <head> |
3 | 4 | <title>Intro</title> |
4 | | - <link rel="Stylesheet" href="StyleSheet" /> |
| 5 | + <link rel="Stylesheet" href="StyleSheet"> |
5 | 6 | </head> |
6 | 7 | <body style="background-color: #333; background-gradient: #707; background-gradient-angle: 60; margin: 0;"> |
7 | 8 | <h1 align="center" style="color: white"> |
8 | 9 | HTML Renderer Project - $$Platform$$ |
9 | | - <br /> |
| 10 | + <br> |
10 | 11 | <span style="font-size: x-small;">Release $$Release$$</span> |
11 | 12 | </h1> |
12 | 13 | <blockquote class="whitehole"> |
13 | | - <p style="margin-top: 0px"> |
14 | | - <table border="0" width="100%"> |
15 | | - <tr style="vertical-align: top;"> |
16 | | - <td width="32" style="padding: 2px 5px 0 0"> |
17 | | - <img src="HtmlIcon" /> |
18 | | - </td> |
19 | | - <td> |
20 | | - Everything you see on this panel (see samples on the left) is <b>custom-painted</b> |
21 | | - by the <b>HTML Renderer</b>, including tables, images, links and videos.<br /> |
22 | | - This project allows you to have the rich format power of HTML on your desktop applications |
23 | | - without <b>WebBrowser</b> control or <b>MSHTML</b>.<br /> |
24 | | - The library is <b>100% managed code</b> without any external dependencies, the only |
25 | | - requirement is <b>.NET Framework 4.6.2 or higher</b>, including support for Client Profile. |
26 | | - </td> |
27 | | - </tr> |
28 | | - </table> |
29 | | - </p> |
| 14 | + <table border="0" width="100%" style="margin-top: 0px"> |
| 15 | + <tr style="vertical-align: top;"> |
| 16 | + <td width="32" style="padding: 2px 5px 0 0"> |
| 17 | + <img src="HtmlIcon" /> |
| 18 | + </td> |
| 19 | + <td> |
| 20 | + Everything you see on this panel (see samples on the left) is <b>custom-painted</b> |
| 21 | + by the <b>HTML Renderer</b>, including tables, images, links and videos.<br> |
| 22 | + This project allows you to have the rich format power of HTML on your desktop applications |
| 23 | + without <b>WebBrowser</b> control or <b>MSHTML</b>.<br> |
| 24 | + The library is <b>100% managed code</b> without any external dependencies, the only |
| 25 | + requirement is <b>.NET Framework 4.6.2 or higher</b>, including support for Client Profile. |
| 26 | + </td> |
| 27 | + </tr> |
| 28 | + </table> |
30 | 29 | <h3> |
31 | 30 | Text selection (copy to clipboard) |
32 | 31 | </h3> |
33 | 32 | <div> |
34 | 33 | The rendered html has full support for <b>text selection</b> including <b>drag-and-drop</b> |
35 | 34 | and <b>copy</b> to clipboard of rich html and plain text to handle <b>paste</b> |
36 | | - operation to editor that support rich or/and plain text.<br /> |
| 35 | + operation to editor that support rich or/and plain text.<br> |
37 | 36 | Additionally there is a <b>context-menu</b> with select all, copy text, copy image, |
38 | 37 | save image, open link, copy link url, open video, copy video url. |
39 | 38 | </div> |
|
42 | 41 | </h3> |
43 | 42 | <div> |
44 | 43 | The core layout engine of the renderer was builded according to <b>CSS Level 2 specification</b>, |
45 | | - so you can use Cascading Style Sheets to format your html documents.<br /> |
| 44 | + so you can use Cascading Style Sheets to format your html documents.<br> |
46 | 45 | Additionally there are a couple extensions: <b>Gradients</b> on backgrounds and |
47 | 46 | <b>rounded corners</b>. |
48 | 47 | </div> |
|
75 | 74 | <li>All HTML <b>end tags</b> marked as <a href="http://www.w3.org/TR/1999/REC-html401-19991224/index/elements.html"> |
76 | 75 | optional</a> should be there. No problem with tags marked as forbidden.</li> |
77 | 76 | </ul> |
78 | | - <hr /> |
| 77 | + <hr> |
79 | 78 | <h3> |
80 | 79 | On the roadmap</h3> |
81 | 80 | Of course it's not quite finished yet. Here are some of the important things to |
|
98 | 97 | <li>Most complete static HTML Renderer (no java script).</li> |
99 | 98 | <li>Commercial web browser performance level.</li> |
100 | 99 | </ul> |
101 | | - <hr /> |
| 100 | + <hr> |
102 | 101 | <h3> |
103 | 102 | 2012 - Arthur Teplitzki |
104 | 103 | </h3> |
|
0 commit comments