commoncriteria / commoncriteria/transforms
margins between <test> elements
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
By default there is no margin between tags in a . HTML line breaks can be used but this adds an awkwardly large amount of whitespace between them. Paragraph tags (which by default use a more readable margins) cannot be used because an error is thrown if the tag precedes and the test number is on its own line if the tag follows .
It is recommended that some margin be added automatically before and after items, both for readability and to ensure consistent presentation between different PPs with different editors.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the XSLT transform that handles and elements, then inspect how their HTML output is structured. Check any existing transform tests or generated examples; done means adjacent test items receive consistent readable margins without the current line-break or paragraph-tag problems.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, xml
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100