From 51b093b55650f200a33f5bb9df852175f2a8870f Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Sun, 28 Jan 2024 12:08:23 +0100 Subject: [PATCH] Switch from `` to `
` --- Customization/xsl/card.xsl | 6 +++--- sample/card.dita | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Customization/xsl/card.xsl b/Customization/xsl/card.xsl index 7c6b4bc9..da4c1474 100644 --- a/Customization/xsl/card.xsl +++ b/Customization/xsl/card.xsl @@ -19,18 +19,18 @@
diff --git a/sample/card.dita b/sample/card.dita index f329d6b9..8c18ccfb 100644 --- a/sample/card.dita +++ b/sample/card.dita @@ -71,14 +71,14 @@ Titles, text, and links

Links are added and placed next to each other by altering the outputclass and adding card-link to an xref tag.

-

Subtitles are used by adding a sectiondiv element.

+

Subtitles are used by adding a div element.

Card Title - Card Subtitle +
Card Subtitle

Some quick example text to build on the card title and make up the bulk of the card’s content.

Card Link Another Link @@ -90,7 +90,7 @@ <bodydiv outputclass="col"> <section outputclass="card w-50"> <title outputclass="h5">Card Title</title> - <sectiondiv outputclass="h6">Card Subtitle</title> + <div outputclass="h6">Card Subtitle</title> <p>Some quick example text to build on the card title and make up the bulk of the card’s content.</p> <xref outputclass="card-link" href="#">Card Link</xref> <xref outputclass="card-link" href="#">Another Link</xref> @@ -131,7 +131,7 @@
Special title treatment - Featured +
Featured

With supporting text below as a natural lead-in to additional content.

Go somewhere
@@ -141,7 +141,7 @@ <bodydiv outputclass="row"> <bodydiv outputclass="col"> <section outputclass="card w-50"> - <sectiondiv outputclass="card-header">Featured</sectiondiv> + <div outputclass="card-header">Featured</div> <title outputclass="h5">Special title treatment</title> <p>With supporting text below as a natural lead-in to additional content.</p> <xref href="#" outputclass="btn-primary">Go somewhere</xref>