Changes between Version 5 and Version 6 of Ticket #1580
- Timestamp:
- 03/13/10 09:36:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1580 – description
v5 v6 27 27 = Tasks = 28 28 29 1. Write an initial implementation based on the API in `Text.Html` (skip `Text.Html.BlockTable`) but with a nmore predictable naming scheme for combinators. For example, all combinators should have the same name as their HTML counterparts except when they collide with reserved words in which case an "_" is appended.29 1. Write an initial implementation based on the API in `Text.Html` (skip `Text.Html.BlockTable`) but with a more predictable naming scheme for combinators. For example, all combinators should have the same name as their HTML counterparts except when they collide with reserved words in which case an "_" is appended. 30 30 31 31 Move the attribute combinators into `Text.Html.Attribute` and use namespaces instead of function prefixes to resolve name collisions.
