From d416806af80701a25c25bd6ea9badc79c1449878 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Thu, 30 Dec 2021 06:47:29 +0530 Subject: [PATCH 1/3] added correct heading tag usage in docs --- page-box-basics.html | 1 + 1 file changed, 1 insertion(+) diff --git a/page-box-basics.html b/page-box-basics.html index 0e0bb9d7..c880f2d0 100644 --- a/page-box-basics.html +++ b/page-box-basics.html @@ -191,6 +191,7 @@

Documentation

+ For sui-box-title use header tag h2 according to the previous heading on page. For eg: if previous heading on page was h2 then use h3 for box header.

From 5105e078c3cbb9dbb73f21027b454e4af2193840 Mon Sep 17 00:00:00 2001
From: Pawan Kumar 
Date: Thu, 30 Dec 2021 21:51:56 +0530
Subject: [PATCH 2/3] added docs for box

---
 page-box-basics.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/page-box-basics.html b/page-box-basics.html
index c880f2d0..68e541e8 100644
--- a/page-box-basics.html
+++ b/page-box-basics.html
@@ -191,7 +191,11 @@ 

Documentation

- For sui-box-title use header tag h2 according to the previous heading on page. For eg: if previous heading on page was h2 then use h3 for box header. + + For a box title, use header tag h2 or h3 or h4 or h5 or h6 according to the previous heading on page. For eg: if previous heading on page was h2 then use h3 for box title. + + +

From c69e88252c83e0776c7391fddca6ba9bbf41bca4 Mon Sep 17 00:00:00 2001
From: Pawan Kumar 
Date: Thu, 17 Feb 2022 11:53:01 +0530
Subject: [PATCH 3/3] removed unused comments

---
 page-box-basics.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/page-box-basics.html b/page-box-basics.html
index 68e541e8..ce1b7554 100644
--- a/page-box-basics.html
+++ b/page-box-basics.html
@@ -193,7 +193,6 @@ 

Documentation

For a box title, use header tag h2 or h3 or h4 or h5 or h6 according to the previous heading on page. For eg: if previous heading on page was h2 then use h3 for box title. -