From 8f79a6b23df4d98edc207834ee3d366bf69a94e4 Mon Sep 17 00:00:00 2001 From: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:59:40 +0200 Subject: [PATCH] Fix markdown ids (#569) * Fix markdown ids * Remove comment deadline (we are in ED) * Update spec shortname * Add deadline macro to avoid build failure * Deadline back to avoid build failure --- act-rules-format/act-rules-format.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/act-rules-format/act-rules-format.bs b/act-rules-format/act-rules-format.bs index ff622b1..1ad157f 100644 --- a/act-rules-format/act-rules-format.bs +++ b/act-rules-format/act-rules-format.bs @@ -1,14 +1,14 @@
 Title: Accessibility Conformance Testing (ACT) Rules Format 1.1
-Shortname: act-rules-format
+Shortname: act-rules-format-1.1
 ED: https://w3c.github.io/wcag-act/act-rules-format.html
 TR: https://www.w3.org/TR/act-rules-format/
 Previous Version: https://www.w3.org/TR/act-rules-format-1.0/
 Level: 1.1
 Prepare For TR: yes
 Status: ED
-Status Text:
 Deadline: 2024-08-18
+Status Text:
 Group: act-rules-format
 Editor: Wilco Fiers, Deque Systems, w3cid 43334
 Editor: Kathy Eng, US Access Board, w3cid 107871
@@ -462,7 +462,7 @@ Definitions can be put in the rule [glossary](#glossary), or they can be defined
   
 
 
-#### Applicability Type Designation (optional) {#applicability-type-designation-atomic-optional}
+#### Applicability Type Designation (optional) #### {#applicability-type-designation-atomic-optional}
 
 Rules can optionally include an applicability type identifier signifying whether the rule contains an objective or a subjective applicability. This identifier is intended to benefit rule readers and implementers by clearly stating the rule author's intention of the applicability and reducing confusion due to different reader and implementer interpretations.
 
@@ -485,7 +485,7 @@ Note that input rules in a composite rule may have diff
   
 
 
-#### Applicability Type Designation (optional) {#applicability-type-designation-composite-optional}
+#### Applicability Type Designation (optional) #### {#applicability-type-designation-composite-optional}
 
 Composite rules can optionally include an applicability type identifier signifying whether the rule contains an objective or a subjective applicability. The applicability type of a composite rule is calculated as subjective if any of the input rules contain a subjective applicability or objective otherwise.