... | ... | @@ -42,11 +42,10 @@ This should include HTML5 validation plus any ad-hoc (html typescript or projec |
|
|
Produces synoptic/analytic 'map' of HTML output (element/attribute usage in hierarchy)
|
|
|
A 'terminal' process (transformation delivers results of analysis, not modified copy of source)
|
|
|
|
|
|
### [html-funnel](html-funnel-recipe)
|
|
|
### [html-frame](html-frame-recipe)
|
|
|
populate structured html section skeleton with contents from flat HTML typescript
|
|
|
(i.e. converts from unstructured, to structured form, following a
|
|
|
structure externally specified).
|
|
|
(Implemented as a 'pull', so some defensiveness i.e. validation/analysis/testing is called for to avoid dropped data.)
|
|
|
(i.e. converts from unstructured, to structured form, following a structure externally specified, a 'frame'.
|
|
|
This is implemented as a 'pull', so some defensiveness i.e. validation/analysis/testing is called for to avoid dropped data.)
|
|
|
|
|
|
### [html-polish](html-polish-recipe)
|
|
|
cleanup of arbitrary html - removes redundancies and normalizes anomalies. (Otherwise copy.)
|
... | ... | |