[[BackLinksMenu]]
[[TicketQuery(summary=TEXT_RESOURCE_HTML_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]]
= Analysis =
User should be able to import html text as a resource. Most of the html tags and styles should be applied to the resulting text.
For example if there is a tag - a corresponding bold style should be added for the resulting HotText. This style sholud be applied till
tag is met in the html document. The resulting text could have non-corresponding nesting of tags (example: ) due to the noncorresponding nesting in html.
== Overview ==
* Provide "HTML Document..." in the Insert menu.
* Provide a chooser for the html files.
* Provide a "plain" resulting HotText from the html file resource, meaning that no styles or tags will be applied yet.
== Task requirements ==
^(List the necessary requirements that the task must fulfill.)^
== Task result ==
The result should be source code.
== Implementation idea ==
^(Provide some rough implementation idea(s).)^
== Related ==
^(Add links to related tasks that could be useful or helpful.)^
== How to demo ==
^(Provide instructions for demonstration of the task.)^
= Design =
^(Describe your design here.)^
= Implementation =
^(Describe and link the implementation results here (from the wiki or the repository).)^
= Testing =
^(Place the testing results here.)^
= Comments =
^(Write comments for this or later revisions here.)