metanorma-ribose 2.6.10 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2375902fff69c19eeebff219b74f47357bc9942c605a51ac6ae0f9fa48b2b0c5
4
- data.tar.gz: e1dacd18952b977be4e00eddd8aa4c9e44369627ab32728a9e5473e788a3efb0
3
+ metadata.gz: e200de00102ebf717f3b8b5282e64614182b4a2e5b7cd222bf75b10b7fd34b4e
4
+ data.tar.gz: 7313553ba686df4b63f11a8880b062cf88e56c10b3d94d10bbe83520ccce03c4
5
5
  SHA512:
6
- metadata.gz: ff8a926b04a323d015ce06c0b551b1ac5c0137c34910e55affe703e7450582fc0b9202ca068943a49a84a3467bb7f3abb88a9197aebcaf8016a8ab64bfc9a00b
7
- data.tar.gz: 2831e147d85a3b5738b276891495af9d3e3577bb7972cc8426a21d01f4ed5349427d7f6c331bae761ca6e419224335f170b1e7a07c43b88cffdf359ede3d4352
6
+ metadata.gz: 319070c0b9830d8cc75583a573223787f79ef76dc56502b40f4d96664e8aeefc55120c4e14f7ccfaba0418e9a92f338d264b7e611708856dd00fbab4ec00e5f1
7
+ data.tar.gz: 3295a46c84c16478ecc56d9f4cf11b036c2275cc89a12780a1ca8b375608b0052c407823e304ea5544f6073796bb75c9461a57f80143117235fefd411d8ddd19
data/README.adoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  image:https://img.shields.io/gem/v/metanorma-ribose.svg["Gem Version", link="https://rubygems.org/gems/metanorma-ribose"]
4
4
  image:https://github.com/metanorma/metanorma-ribose/workflows/rake/badge.svg["Build Status", link="https://github.com/metanorma/metanorma-ribose/actions?workflow=rake"]
5
- image:https://codeclimate.com/github/metanorma/metanorma-ribose/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-ribose"]
5
+ // image:https://codeclimate.com/github/metanorma/metanorma-ribose/badges/gpa.svg["Code Climate", link="https://codeclimate.com/github/metanorma/metanorma-ribose"]
6
6
  image:https://img.shields.io/github/issues-pr-raw/metanorma/metanorma-ribose.svg["Pull Requests", link="https://github.com/metanorma/metanorma-ribose/pulls"]
7
7
  image:https://img.shields.io/github/commits-since/metanorma/metanorma-ribose/latest.svg["Commits since latest",link="https://github.com/metanorma/metanorma-ribose/releases"]
8
8
 
@@ -379,12 +379,9 @@
379
379
 
380
380
  <xsl:for-each select=".//mn:page_sequence[normalize-space() != '' or .//mn:image or .//*[local-name() = 'svg']]">
381
381
 
382
- <fo:page-sequence master-reference="document" force-page-count="no-force">
382
+ <xsl:variable name="page_orientation"><xsl:call-template name="getPageSequenceOrientation"/></xsl:variable>
383
383
 
384
- <xsl:attribute name="master-reference">
385
- <xsl:text>document</xsl:text>
386
- <xsl:call-template name="getPageSequenceOrientation"/>
387
- </xsl:attribute>
384
+ <fo:page-sequence master-reference="document{$page_orientation}" force-page-count="no-force">
388
385
 
389
386
  <xsl:call-template name="insertFootnoteSeparatorCommon"/>
390
387
 
@@ -577,13 +574,13 @@
577
574
 
578
575
  <xsl:template name="insertListOf_Title">
579
576
  <xsl:param name="title"/>
580
- <fo:block font-size="13pt" font-weight="bold" color="black" margin-top="12pt" margin-bottom="12pt" keep-with-next="always">
577
+ <fo:block xsl:use-attribute-sets="toc-listof-title-style">
581
578
  <xsl:value-of select="$title"/>
582
579
  </fo:block>
583
580
  </xsl:template>
584
581
 
585
582
  <xsl:template name="insertListOf_Item">
586
- <fo:block font-size="13pt" role="TOCI" margin-left="16.5mm" space-before="4pt" space-after="5pt">
583
+ <fo:block xsl:use-attribute-sets="toc-listof-item-style">
587
584
  <fo:block text-align-last="justify">
588
585
  <fo:basic-link internal-destination="{@id}">
589
586
  <xsl:call-template name="setAltText">
@@ -592,8 +589,8 @@
592
589
  <xsl:apply-templates select="." mode="contents"/>
593
590
  <xsl:text>  </xsl:text>
594
591
  <fo:inline>
595
- <fo:leader leader-pattern="rule" rule-thickness="0.2mm"/>
596
- <fo:inline padding-left="2mm"><fo:page-number-citation ref-id="{@id}"/></fo:inline>
592
+ <fo:leader xsl:use-attribute-sets="toc-leader-style"/>
593
+ <fo:inline xsl:use-attribute-sets="toc-pagenumber-style"><fo:page-number-citation ref-id="{@id}"/></fo:inline>
597
594
  </fo:inline>
598
595
  </fo:basic-link>
599
596
  </fo:block>
@@ -604,7 +601,7 @@
604
601
  <xsl:apply-templates/>
605
602
  </xsl:template>
606
603
 
607
- <xsl:template match="mn:preface/mn:clause[@type = 'toc']" priority="3">
604
+ <xsl:template match="mn:preface/mn:clause[@type = 'toc']" name="toc" priority="3">
608
605
  <fo:block role="TOC">
609
606
  <xsl:apply-templates/>
610
607
 
@@ -612,24 +609,13 @@
612
609
 
613
610
  <xsl:if test="$contents//mnx:item[@display = 'true']">
614
611
 
615
- <fo:block-container margin-left="32mm" margin-right="-17mm">
612
+ <fo:block-container xsl:use-attribute-sets="toc-style">
616
613
  <fo:block-container margin-left="0mm" margin-right="0mm">
617
614
  <xsl:for-each select="$contents//mnx:item[@display = 'true']">
618
- <fo:block font-size="13pt" role="TOCI">
619
- <xsl:if test="@level = 1">
620
- <xsl:if test="preceding-sibling::mnx:item[@display = 'true' and @level = 1]">
621
- <xsl:attribute name="space-before">16pt</xsl:attribute>
622
- </xsl:if>
623
- <xsl:attribute name="space-after">4pt</xsl:attribute>
624
- <xsl:attribute name="font-weight">bold</xsl:attribute>
625
- <xsl:attribute name="keep-with-next">always</xsl:attribute>
626
- <xsl:attribute name="color">black</xsl:attribute>
627
- </xsl:if>
628
- <xsl:if test="@level &gt;= 2">
629
- <xsl:attribute name="margin-left"><xsl:value-of select="(@level - 1) * 16.5"/>mm</xsl:attribute>
630
- <xsl:attribute name="space-before">4pt</xsl:attribute>
631
- <xsl:attribute name="space-after">5pt</xsl:attribute>
632
- </xsl:if>
615
+ <fo:block xsl:use-attribute-sets="toc-item-style">
616
+
617
+ <xsl:call-template name="refine_toc-item-style"/>
618
+
633
619
  <fo:block text-align-last="justify">
634
620
  <fo:basic-link internal-destination="{@id}" fox:alt-text="{mnx:title}">
635
621
  <xsl:value-of select="@section"/>
@@ -637,8 +623,8 @@
637
623
  <xsl:apply-templates select="mnx:title"/>
638
624
  <xsl:text>  </xsl:text>
639
625
  <fo:inline>
640
- <fo:leader leader-pattern="rule" rule-thickness="0.2mm"/>
641
- <fo:inline padding-left="2mm"><fo:page-number-citation ref-id="{@id}"/></fo:inline>
626
+ <fo:leader xsl:use-attribute-sets="toc-leader-style"/>
627
+ <fo:inline xsl:use-attribute-sets="toc-pagenumber-style"><fo:page-number-citation ref-id="{@id}"/></fo:inline>
642
628
  </fo:inline>
643
629
  </fo:basic-link>
644
630
  </fo:block>
@@ -676,7 +662,7 @@
676
662
  </xsl:template>
677
663
 
678
664
  <xsl:template match="mn:preface/mn:clause[@type = 'toc']/mn:fmt-title" priority="3">
679
- <fo:block font-size="27pt" font-weight="bold" color="black" margin-left="-15mm" margin-bottom="13mm" role="H1">
665
+ <fo:block xsl:use-attribute-sets="toc-title-style">
680
666
  <!-- <xsl:call-template name="getLocalizedString">
681
667
  <xsl:with-param name="key">table_of_contents</xsl:with-param>
682
668
  </xsl:call-template> -->
@@ -6366,6 +6352,16 @@
6366
6352
  </xsl:variable>
6367
6353
  <xsl:variable name="quot">"</xsl:variable>
6368
6354
  <xsl:variable name="styles_">
6355
+ <!-- PDF: Borderless tables https://github.com/metanorma/metanorma-jis/issues/344 -->
6356
+ <xsl:if test="@plain = 'true' or ancestor::mn:table/@plain = 'true'">
6357
+ <style name="border-top">none</style>
6358
+ <style name="border-right">none</style>
6359
+ <style name="border-left">none</style>
6360
+ <style name="border-bottom">none</style>
6361
+ <style name="color">inherit</style>
6362
+ <style name="background-color">transparent</style>
6363
+ </xsl:if>
6364
+
6369
6365
  <xsl:for-each select="xalan:nodeset($styles__)/mnx:item">
6370
6366
  <xsl:variable name="key" select="normalize-space(substring-before(., ':'))"/>
6371
6367
  <xsl:variable name="value" select="normalize-space(substring-after(translate(.,$quot,''), ':'))"/>
@@ -8372,7 +8368,10 @@
8372
8368
 
8373
8369
  <xsl:call-template name="setNamedDestination"/>
8374
8370
 
8375
- <fo:block-container id="{@id}" xsl:use-attribute-sets="note-style" role="SKIP">
8371
+ <fo:block-container xsl:use-attribute-sets="note-style" role="SKIP">
8372
+ <xsl:if test="not(parent::mn:references)">
8373
+ <xsl:copy-of select="@id"/>
8374
+ </xsl:if>
8376
8375
 
8377
8376
  <xsl:call-template name="setBlockSpanAll"/>
8378
8377
 
@@ -10834,7 +10833,7 @@
10834
10833
 
10835
10834
  <xsl:template name="insertFootnoteSeparatorCommon">
10836
10835
  <xsl:param name="leader_length">30%</xsl:param>
10837
- <fo:static-content flow-name="xsl-footnote-separator">
10836
+ <fo:static-content flow-name="xsl-footnote-separator" role="artifact">
10838
10837
  <fo:block>
10839
10838
  <fo:leader leader-pattern="rule" leader-length="{$leader_length}"/>
10840
10839
  </fo:block>
@@ -11072,8 +11071,8 @@
11072
11071
  </xsl:template> <!-- bibitem -->
11073
11072
 
11074
11073
  <!-- Bibliography (non-normative references) -->
11075
- <xsl:template match="mn:references[not(@normative='true')]/mn:bibitem" name="bibitem_non_normative" priority="2">
11076
- <xsl:param name="skip" select="normalize-space(preceding-sibling::*[1][self::mn:bibitem] and 1 = 1)"/> <!-- current bibiitem is non-first -->
11074
+ <xsl:template match="mn:references[not(@normative='true')]/mn:bibitem | mn:references[not(@normative='true')]/mn:note" name="bibitem_non_normative" priority="2">
11075
+ <xsl:param name="skip" select="normalize-space(preceding-sibling::*[not(self::mn:note)][1][self::mn:bibitem] and 1 = 1)"/> <!-- current bibiitem is non-first -->
11077
11076
  <xsl:call-template name="setNamedDestination"/>
11078
11077
  <fo:list-block id="{@id}" xsl:use-attribute-sets="bibitem-non-normative-list-style">
11079
11078
  <fo:list-item>
@@ -11090,6 +11089,7 @@
11090
11089
  <xsl:with-param name="biblio_tag_part">last</xsl:with-param>
11091
11090
  </xsl:apply-templates>
11092
11091
  <xsl:apply-templates select="mn:formattedref"/>
11092
+ <xsl:call-template name="processBibliographyNote"/>
11093
11093
  </fo:block>
11094
11094
  </fo:list-item-body>
11095
11095
  </fo:list-item>
@@ -11123,7 +11123,7 @@
11123
11123
  </fo:list-item>
11124
11124
  </xsl:otherwise>
11125
11125
  </xsl:choose>
11126
- <xsl:apply-templates select="following-sibling::*[1][self::mn:bibitem]">
11126
+ <xsl:apply-templates select="following-sibling::*[1]"> <!-- [self::mn:bibitem] -->
11127
11127
  <xsl:with-param name="skip">false</xsl:with-param>
11128
11128
  </xsl:apply-templates>
11129
11129
  </xsl:template>
@@ -11140,8 +11140,26 @@
11140
11140
  </xsl:apply-templates>
11141
11141
  <xsl:apply-templates select="mn:formattedref"/>
11142
11142
  <!-- end bibitem processing -->
11143
+
11144
+ <xsl:call-template name="processBibliographyNote"/>
11143
11145
  </xsl:template> <!-- processBibitem (bibitem) -->
11144
11146
 
11147
+ <xsl:template name="processBibliographyNote">
11148
+ <xsl:if test="self::mn:note">
11149
+ <xsl:variable name="note_node">
11150
+ <xsl:element name="{local-name(..)}" namespace="{$namespace_full}"> <!-- save parent context node for determining styles -->
11151
+ <xsl:copy> <!-- skip @id -->
11152
+ <xsl:copy-of select="node()"/>
11153
+ </xsl:copy>
11154
+ </xsl:element>
11155
+ </xsl:variable>
11156
+ <!-- <xsl:for-each select="xalan:nodeset($note_node)//mn:note">
11157
+ <xsl:call-template name="note"/>
11158
+ </xsl:for-each> -->
11159
+ <xsl:call-template name="note"/>
11160
+ </xsl:if>
11161
+ </xsl:template>
11162
+
11145
11163
  <xsl:template match="mn:title" mode="title">
11146
11164
  <fo:inline><xsl:apply-templates/></fo:inline>
11147
11165
  </xsl:template>
@@ -11687,6 +11705,92 @@
11687
11705
  <!-- End Form's elements processing -->
11688
11706
  <!-- =================== -->
11689
11707
 
11708
+ <xsl:attribute-set name="toc-style">
11709
+ <xsl:attribute name="margin-left">32mm</xsl:attribute>
11710
+ <xsl:attribute name="margin-right">-17mm</xsl:attribute>
11711
+ </xsl:attribute-set>
11712
+
11713
+ <xsl:template name="refine_toc-style">
11714
+ </xsl:template>
11715
+
11716
+ <xsl:attribute-set name="toc-title-style">
11717
+ <xsl:attribute name="role">H1</xsl:attribute>
11718
+ <xsl:attribute name="font-size">27pt</xsl:attribute>
11719
+ <xsl:attribute name="font-weight">bold</xsl:attribute>
11720
+ <xsl:attribute name="color">black</xsl:attribute>
11721
+ <xsl:attribute name="margin-left">-15mm</xsl:attribute>
11722
+ <xsl:attribute name="margin-bottom">13mm</xsl:attribute>
11723
+ </xsl:attribute-set>
11724
+
11725
+ <xsl:template name="refine_toc-title-style">
11726
+ </xsl:template>
11727
+
11728
+ <xsl:attribute-set name="toc-title-page-style">
11729
+ </xsl:attribute-set> <!-- toc-title-page-style -->
11730
+
11731
+ <xsl:template name="refine_toc-title-page-style">
11732
+ </xsl:template>
11733
+
11734
+ <xsl:attribute-set name="toc-item-block-style">
11735
+ </xsl:attribute-set>
11736
+
11737
+ <xsl:template name="refine_toc-item-block-style">
11738
+ </xsl:template>
11739
+
11740
+ <xsl:attribute-set name="toc-item-style">
11741
+ <xsl:attribute name="role">TOCI</xsl:attribute>
11742
+ <xsl:attribute name="font-size">13pt</xsl:attribute>
11743
+ </xsl:attribute-set> <!-- END: toc-item-style -->
11744
+
11745
+ <xsl:template name="refine_toc-item-style">
11746
+ <xsl:if test="@level = 1">
11747
+ <xsl:if test="preceding-sibling::mnx:item[@display = 'true' and @level = 1]">
11748
+ <xsl:attribute name="space-before">16pt</xsl:attribute>
11749
+ </xsl:if>
11750
+ <xsl:attribute name="space-after">4pt</xsl:attribute>
11751
+ <xsl:attribute name="font-weight">bold</xsl:attribute>
11752
+ <xsl:attribute name="keep-with-next">always</xsl:attribute>
11753
+ <xsl:attribute name="color">black</xsl:attribute>
11754
+ </xsl:if>
11755
+ <xsl:if test="@level &gt;= 2">
11756
+ <xsl:attribute name="margin-left"><xsl:value-of select="(@level - 1) * 16.5"/>mm</xsl:attribute>
11757
+ <xsl:attribute name="space-before">4pt</xsl:attribute>
11758
+ <xsl:attribute name="space-after">5pt</xsl:attribute>
11759
+ </xsl:if>
11760
+ </xsl:template> <!-- END: refine_toc-item-style -->
11761
+
11762
+ <xsl:attribute-set name="toc-leader-style">
11763
+ <xsl:attribute name="leader-pattern">rule</xsl:attribute>
11764
+ <xsl:attribute name="rule-thickness">0.2mm</xsl:attribute>
11765
+ </xsl:attribute-set> <!-- END: toc-leader-style -->
11766
+
11767
+ <xsl:attribute-set name="toc-pagenumber-style">
11768
+ <xsl:attribute name="padding-left">2mm</xsl:attribute>
11769
+ </xsl:attribute-set>
11770
+
11771
+ <!-- List of Figures, Tables -->
11772
+ <xsl:attribute-set name="toc-listof-title-style">
11773
+ <xsl:attribute name="font-size">13pt</xsl:attribute>
11774
+ <xsl:attribute name="font-weight">bold</xsl:attribute>
11775
+ <xsl:attribute name="color">black</xsl:attribute>
11776
+ <xsl:attribute name="margin-top">12pt</xsl:attribute>
11777
+ <xsl:attribute name="margin-bottom">12pt</xsl:attribute>
11778
+ <xsl:attribute name="keep-with-next">always</xsl:attribute>
11779
+ </xsl:attribute-set>
11780
+
11781
+ <xsl:template name="refine_toc-listof-title-style">
11782
+ </xsl:template>
11783
+
11784
+ <xsl:attribute-set name="toc-listof-item-block-style">
11785
+ </xsl:attribute-set>
11786
+
11787
+ <xsl:attribute-set name="toc-listof-item-style">
11788
+ <xsl:attribute name="role">TOCI</xsl:attribute>
11789
+ <xsl:attribute name="font-size">13pt</xsl:attribute>
11790
+ <xsl:attribute name="margin-left">16.5mm</xsl:attribute>
11791
+ <xsl:attribute name="space-before">4pt</xsl:attribute>
11792
+ </xsl:attribute-set>
11793
+
11690
11794
  <xsl:template name="processPrefaceSectionsDefault_Contents">
11691
11795
  <xsl:variable name="nodes_preface_">
11692
11796
  <xsl:for-each select="/*/mn:preface/*[not(self::mn:note or self::mn:admonition or @type = 'toc')]">
@@ -12024,7 +12128,7 @@
12024
12128
  </xsl:if>
12025
12129
 
12026
12130
  <xsl:for-each select="$contents_nodes/mnx:doc">
12027
- <fo:bookmark internal-destination="{contents/mnx:item[@display = 'true'][1]/@id}" starting-state="hide">
12131
+ <fo:bookmark internal-destination="{mnx:contents/mnx:item[@display = 'true'][1]/@id}" starting-state="hide">
12028
12132
  <xsl:if test="@bundle = 'true'">
12029
12133
  <xsl:attribute name="internal-destination"><xsl:value-of select="@firstpage_id"/></xsl:attribute>
12030
12134
  </xsl:if>
@@ -12058,7 +12162,7 @@
12058
12162
  </xsl:choose>
12059
12163
  </fo:bookmark-title>
12060
12164
 
12061
- <xsl:apply-templates select="contents/mnx:item" mode="bookmark"/>
12165
+ <xsl:apply-templates select="mnx:contents/mnx:item" mode="bookmark"/>
12062
12166
 
12063
12167
  <xsl:call-template name="insertFigureBookmarks">
12064
12168
  <xsl:with-param name="contents" select="mnx:contents"/>
@@ -198,14 +198,14 @@ Applicable to modify and delete</a:documentation>
198
198
  </zeroOrMore>
199
199
  </element>
200
200
  </optional>
201
- <optional>
201
+ <zeroOrMore>
202
202
  <element name="description">
203
- <a:documentation>Description of the change described in this block</a:documentation>
204
- <zeroOrMore>
203
+ <a:documentation>Description(s) of the change described in this block</a:documentation>
204
+ <oneOrMore>
205
205
  <ref name="BasicBlock"/>
206
- </zeroOrMore>
206
+ </oneOrMore>
207
207
  </element>
208
- </optional>
208
+ </zeroOrMore>
209
209
  <optional>
210
210
  <element name="newcontent">
211
211
  <a:documentation>New content to be added to the document; applicable to add and modify</a:documentation>
@@ -1291,13 +1291,13 @@ Restricted recursively to contain only other such inline elements with no identi
1291
1291
  <ref name="pure_strike"/>
1292
1292
  <ref name="pure_smallcap"/>
1293
1293
  <ref name="br"/>
1294
+ <ref name="stem"/>
1294
1295
  </choice>
1295
1296
  </define>
1296
1297
  <define name="NestedTextElement">
1297
1298
  <a:documentation>Contents of TextElement tags: leaves out tags that should occur only at top level of block: bookmark image hr pagebreak</a:documentation>
1298
1299
  <choice>
1299
1300
  <ref name="PureTextElement"/>
1300
- <ref name="stem"/>
1301
1301
  <ref name="eref"/>
1302
1302
  <ref name="xref"/>
1303
1303
  <ref name="hyperlink"/>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
3
- <!-- VERSION v2.0.8 -->
3
+ <!-- VERSION v2.1.0 -->
4
4
 
5
5
  <!--
6
6
  ALERT: cannot have root comments, because of https://github.com/metanorma/metanorma/issues/437
@@ -42,36 +42,6 @@ All IdRefType instances point not to `@id` in Semantic XML, which is the Content
42
42
  but to `@anchor`, the user-supplied cross-reference</a:documentation>
43
43
  <text/>
44
44
  </define>
45
- <define name="index-primary">
46
- <element name="primary">
47
- <oneOrMore>
48
- <choice>
49
- <ref name="PureTextElement"/>
50
- <ref name="stem"/>
51
- </choice>
52
- </oneOrMore>
53
- </element>
54
- </define>
55
- <define name="index-secondary">
56
- <element name="secondary">
57
- <oneOrMore>
58
- <choice>
59
- <ref name="PureTextElement"/>
60
- <ref name="stem"/>
61
- </choice>
62
- </oneOrMore>
63
- </element>
64
- </define>
65
- <define name="index-tertiary">
66
- <element name="tertiary">
67
- <oneOrMore>
68
- <choice>
69
- <ref name="PureTextElement"/>
70
- <ref name="stem"/>
71
- </choice>
72
- </oneOrMore>
73
- </element>
74
- </define>
75
45
  <define name="review">
76
46
  <a:documentation>Generalise BasicDoc element from just review comments, to general annotations;
77
47
  the type attribute defaults to `review` for reviews</a:documentation>
@@ -592,28 +562,6 @@ normative or informative references, some split references into sections organiz
592
562
  </oneOrMore>
593
563
  </element>
594
564
  </define>
595
- <define name="sub">
596
- <a:documentation>Subscript text. Corresponds to HTML `sub</a:documentation>
597
- <element name="sub">
598
- <zeroOrMore>
599
- <choice>
600
- <ref name="PureTextElement"/>
601
- <ref name="stem"/>
602
- </choice>
603
- </zeroOrMore>
604
- </element>
605
- </define>
606
- <define name="sup">
607
- <a:documentation>Superscript text. Corresponds to HTML `sup`</a:documentation>
608
- <element name="sup">
609
- <zeroOrMore>
610
- <choice>
611
- <ref name="PureTextElement"/>
612
- <ref name="stem"/>
613
- </choice>
614
- </zeroOrMore>
615
- </element>
616
- </define>
617
565
  <define name="pagebreak">
618
566
  <a:documentation>Page break. Only applicable in paged layouts (e.g. PDF, Word), and not flow layouts (e.g. HTML)</a:documentation>
619
567
  <element name="pagebreak">
@@ -735,6 +683,12 @@ titlecase, or lowercase</a:documentation>
735
683
  <ref name="BlockAttributes"/>
736
684
  </define>
737
685
  <define name="TableAttributes" combine="interleave">
686
+ <optional>
687
+ <attribute name="plain">
688
+ <a:documentation>Render as a plain attribute, with no shading or borders</a:documentation>
689
+ <data type="boolean"/>
690
+ </attribute>
691
+ </optional>
738
692
  <optional>
739
693
  <attribute name="width">
740
694
  <a:documentation>Width of the table block in rendering</a:documentation>
@@ -1088,7 +1042,6 @@ That concept may be defined as a term within the current document, or it may be
1088
1042
  <zeroOrMore>
1089
1043
  <choice>
1090
1044
  <ref name="PureTextElement"/>
1091
- <ref name="stem"/>
1092
1045
  <ref name="index"/>
1093
1046
  <ref name="index-xref"/>
1094
1047
  </choice>
@@ -1101,7 +1054,6 @@ That concept may be defined as a term within the current document, or it may be
1101
1054
  <zeroOrMore>
1102
1055
  <choice>
1103
1056
  <ref name="PureTextElement"/>
1104
- <ref name="stem"/>
1105
1057
  <ref name="index"/>
1106
1058
  <ref name="index-xref"/>
1107
1059
  </choice>
@@ -2019,10 +1971,7 @@ used in document amendments</a:documentation>
2019
1971
  <element name="name">
2020
1972
  <a:documentation>The symbolic form of the designation</a:documentation>
2021
1973
  <oneOrMore>
2022
- <choice>
2023
- <ref name="PureTextElement"/>
2024
- <ref name="stem"/>
2025
- </choice>
1974
+ <ref name="PureTextElement"/>
2026
1975
  </oneOrMore>
2027
1976
  </element>
2028
1977
  </element>
@@ -2075,7 +2024,6 @@ used in document amendments</a:documentation>
2075
2024
  <zeroOrMore>
2076
2025
  <choice>
2077
2026
  <ref name="PureTextElement"/>
2078
- <ref name="stem"/>
2079
2027
  <ref name="index"/>
2080
2028
  <ref name="index-xref"/>
2081
2029
  </choice>
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Ribose
3
- VERSION = "2.6.10".freeze
3
+ VERSION = "2.7.1".freeze
4
4
  end
5
5
  end
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
29
  spec.require_paths = ["lib"]
30
30
  spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
31
31
 
32
- spec.add_dependency "metanorma-generic", "~> 3.0.4"
32
+ spec.add_dependency "metanorma-generic", "~> 3.1.0"
33
33
 
34
34
  spec.add_development_dependency "debug"
35
35
  spec.add_development_dependency "equivalent-xml", "~> 0.6"
@@ -42,5 +42,5 @@ spec.add_development_dependency "rubocop-performance"
42
42
  spec.add_development_dependency "sassc-embedded", "~> 1"
43
43
  spec.add_development_dependency "simplecov", "~> 0.15"
44
44
  spec.add_development_dependency "timecop", "~> 0.9"
45
- spec.add_development_dependency "xml-c14n"
45
+ spec.add_development_dependency "canon"
46
46
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-ribose
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.10
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: metanorma-generic
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.4
19
+ version: 3.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.4
26
+ version: 3.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -179,7 +179,7 @@ dependencies:
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0.9'
181
181
  - !ruby/object:Gem::Dependency
182
- name: xml-c14n
182
+ name: canon
183
183
  requirement: !ruby/object:Gem::Requirement
184
184
  requirements:
185
185
  - - ">="