commoncriteria / commoncriteria/transforms

margins between <test> elements

Open
#60 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.