-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updated ruby: https://github.com/metanorma/metanorma-standoc/issues/73 #555
Conversation
lib/isodoc/base_style/reset.scss
Outdated
@@ -163,6 +163,9 @@ a.FootnoteRef, span.FootnoteRef { | |||
text-decoration: line-through; | |||
} | |||
|
|||
ruby { ruby-position: over; } | |||
ruby ruby { ruby-position: under; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge rule ruby ruby
with rule on line 166
lib/isodoc/base_style/reset.scss
Outdated
@@ -163,6 +163,9 @@ a.FootnoteRef, span.FootnoteRef { | |||
text-decoration: line-through; | |||
} | |||
|
|||
ruby { ruby-position: over; -webkit-ruby-position: over;} | |||
ruby ruby { ruby-position: under; -webkit-ruby-position: under; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge rule ruby ruby
with rule on line 166
Properties should be ordered -webkit-ruby-position, ruby-position
lib/isodoc/base_style/reset.scss
Outdated
@@ -163,6 +163,9 @@ a.FootnoteRef, span.FootnoteRef { | |||
text-decoration: line-through; | |||
} | |||
|
|||
ruby { ruby-position: over; -webkit-ruby-position: over;} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Properties should be ordered -webkit-ruby-position, ruby-position
<ruby><rb>東</rb><rt style="font-size: 6pt;">たつみ</rt></ruby>(とう) | ||
<ruby><rb>護</rb><rt style="font-size: 6pt;">プロテゴ</rt></ruby>(まも)! | ||
<ruby><rb>護</rb><rt style="font-size: 6pt;">プロテゴ</rt></ruby>(まも)!</p> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace detected.
</html> | ||
OUTPUT | ||
doc = <<~OUTPUT | ||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use 2 spaces for indentation in a heredoc.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #555 +/- ##
==========================================
+ Coverage 95.75% 95.77% +0.02%
==========================================
Files 77 77
Lines 5343 5379 +36
==========================================
+ Hits 5116 5152 +36
Misses 227 227 ☔ View full report in Codecov by Sentry. |
Metanorma PR checklist