Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
e5d4bbf8
Commit
e5d4bbf8
authored
Jul 05, 2019
by
Mathias Goebel
🎠
Browse files
add tooltip „Unterstreichung zurückgenommen“
parent
3d0981a7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
e5d4bbf8
...
...
@@ -557,6 +557,12 @@ declare function transfo:seg($node as element(tei:seg)) {
element xhtml:div {
attribute class {'segHover italic'},
'Unterführung'}
else (),
if(contains($node/@rend, "underline-cancel"))
then
element xhtml:div {
attribute class {'segHover italic'},
'Unterstreichung zurückgenommen'}
else ()
}
};
...
...
@@ -789,7 +795,6 @@ if ($node/@place = ('above', 'below')) then (
if(contains($node/@rend, 'semicircle(left)')) then 'semicircle left' else (),
if(contains($node/@rend, 'semicircle(right)')) then 'semicircle right' else (),
if(contains($node/@rend, 'caret:looped_arc')) then 'looped_arc' else ()
},
if($style = () ) then () else attribute style {$style},
if($node/@rend="caret:looped_arc(pos-left)")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment