Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra container <div>s for <steps> and <steps-unordered> #2608

Closed
raducoravu opened this issue Feb 21, 2017 · 1 comment
Closed

Add extra container <div>s for <steps> and <steps-unordered> #2608

raducoravu opened this issue Feb 21, 2017 · 1 comment
Labels
enhancement Changes to an existing feature plugin/html5 Issue related to HTML5 plug-in plugin/xhtml Issue relate to XHTML plug-in stale No recent activity. May be closed soon.

Comments

@raducoravu
Copy link
Member

Let's say I'm publishing a DITA task containing a steps or a steps-unordered to XHTML having "args.gen.task.lbl" set to "YES".
It results in the XHTML output in something like:

       <div class="tasklabel">
            <h2 class="sectiontitle tasklabel">Procedure</h2>
        </div>
        <ol class="ol steps">
            <li class="li step">
                <span class="ph cmd">Begin by cutting out all the dead branches.</span>
            </li>

Could there be an extra div with something like a @Class="stepsContainer" surrounding both the label and the ol? In this way we can control better both of these from the CSS, for example I can add a border around them.

@robander robander added plugin/xhtml Issue relate to XHTML plug-in enhancement Changes to an existing feature plugin/html5 Issue related to HTML5 plug-in labels Jun 8, 2018
@stale
Copy link

stale bot commented Jun 7, 2020

This issue has been automatically marked as stale because it has not been updated recently. It will be closed soon if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale No recent activity. May be closed soon. label Jun 7, 2020
@stale stale bot closed this as completed Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes to an existing feature plugin/html5 Issue related to HTML5 plug-in plugin/xhtml Issue relate to XHTML plug-in stale No recent activity. May be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants