The purpose of this repository was to try to understand HTML's outline algorithm as it was defined by the W3C's HTML specification.
- Read the specification.
- Extract the outliner's processing steps.
- Translate these steps into pseudocode.
- Try to implement the pseudocode and fail.
Even though it might seem straight forward to take the specification and simply implement it, that task is doomed to fail due to several issues.
( Archived until there is an error-free alternative ... )
This repository contains content derived from