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

Reduce content model in screen #51

Closed
ghost opened this issue Apr 25, 2018 · 3 comments
Closed

Reduce content model in screen #51

ghost opened this issue Apr 25, 2018 · 3 comments
Assignees
Labels
bug 🐛 Something isn't working as expected

Comments

@ghost
Copy link

ghost commented Apr 25, 2018

Problem Description

This is valid:

<screen><literal># eon resource-update &lt;RESOURCE_ID&gt; [...]</literal></screen> 

(This is autoconverted stuff from the Cloud docs, that is the only reason why it exists...)

Expected Behavior

It should not be valid because it makes no sense and can create Novdoc conversion issues.

@ghost ghost changed the title Geekodoc apparently allows literal in screen Geekodoc allows literal in screen Apr 25, 2018
@tomschr tomschr self-assigned this Apr 25, 2018
@tomschr tomschr added the bug 🐛 Something isn't working as expected label Apr 25, 2018
@ghost
Copy link
Author

ghost commented Apr 25, 2018

A list of stuff that reasonably should be allowed (cf.):

(text)
co
code
command
constant
email
emphasis
envar
filename
footnote
option
package
parameter
phrase
prompt
property
remark
replaceable
systemitem
tag
type
uri
varname

@tomschr tomschr changed the title Geekodoc allows literal in screen Reduce content model in screen Apr 26, 2018
@tomschr
Copy link
Contributor

tomschr commented Apr 26, 2018

@sknorr The element type was already declared as "not allowed" so I'll remove it from the list.

tomschr added a commit that referenced this issue Apr 26, 2018
@ghost ghost closed this as completed in fd8dfb7 Apr 26, 2018
@ghost
Copy link
Author

ghost commented Apr 26, 2018

Right -- that was just an oversight on my part. Shouldn't have been on the list in the first place. Thanks for noticing.

tomschr added a commit that referenced this issue Jun 22, 2018
Bugfix release 1.0.3

Geekodoc:
 * disallow xml:id on child elements of table (#39)
 * Missing "fig" value in format attribute of imagedta (#43)
 * add missing holder tag (#46)
 * integrate its:translate (#45)
 * output XSLT stylesheet from Schematron validation (#49)
 * remove action in keycombo (#50)
 * reduce content model in screen (#51)
 * remove procedure from table entry (#56)

 Others:
 * Make sure GeekoDoc is available in OBS/IBS, so we can use
   it from DC file (#33)

Novdoc:
  no changes
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant