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

Implement task in our stylesheets #307

Open
tomschr opened this issue Mar 31, 2017 · 2 comments
Open

Implement task in our stylesheets #307

tomschr opened this issue Mar 31, 2017 · 2 comments
Assignees
Labels
cat-enhancement Enhancements effort:M Medium effort format-html html, xhtml, html5, webhelp, jsp support format-pdf pdf support styles-2022 "suse2022-ns" styles topic-smartdocs For SmartDocs topic-topic Issues related to topic-oriented writing

Comments

@tomschr
Copy link
Collaborator

tomschr commented Mar 31, 2017

The task element should be rendered correctly for HTML and PDF. Related to #94

@tomschr tomschr added cat-enhancement Enhancements fop format-html html, xhtml, html5, webhelp, jsp support format-pdf pdf support labels Mar 31, 2017
@tomschr tomschr self-assigned this Mar 31, 2017
@tomschr
Copy link
Collaborator Author

tomschr commented Mar 31, 2017

A first draft looks like this and is implemented in the feature/task branch at commit 2325041

task-2

The XML structure looks like this:

<para>The following is a task:</para>
 
<task xml:id="task.example">
  <title>An Example Task</title>
  <tasksummary>
   <para>This is the summary of a task. The first paragraph of the quick </para>
  </tasksummary>
  <taskprerequisites>
   <para>This contains the requirements</para>
  </taskprerequisites>
  <procedure>
   <title>Hopefully some useful steps</title>
   <step>
    <para>The first step</para>
   </step>
   <step>
    <para>The second step</para>
   </step>
  </procedure>
  <taskrelated>
   <para>Some taskrelated stuff</para>
  </taskrelated>
</task>

<para>This is something after the task. Maybe the quick brown fox jumps over the lazy dog?</para>

@ghost ghost removed the fop label Jan 16, 2020
@tomschr tomschr added the topic-topic Issues related to topic-oriented writing label Feb 18, 2021
@janajaeger janajaeger added the cat-limbo Issues which should be investigated further label Jul 20, 2022
@janajaeger janajaeger removed the cat-limbo Issues which should be investigated further label Nov 14, 2022
@tomschr tomschr added styles-2022 "suse2022-ns" styles effort:M Medium effort topic-smartdocs For SmartDocs labels Nov 14, 2022
@tomschr
Copy link
Collaborator Author

tomschr commented Nov 14, 2022

Still relevant (also for SmartDocs). Need to discuss this further what we want and how we want it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat-enhancement Enhancements effort:M Medium effort format-html html, xhtml, html5, webhelp, jsp support format-pdf pdf support styles-2022 "suse2022-ns" styles topic-smartdocs For SmartDocs topic-topic Issues related to topic-oriented writing
Projects
None yet
Development

No branches or pull requests

2 participants