From 5f73234272abd3832e5740ed820799307b1bdaf7 Mon Sep 17 00:00:00 2001 From: sathiyaIbe Date: Wed, 24 May 2023 14:17:20 +0530 Subject: [PATCH 1/2] issue: #4427; Added the Alternate text to image tags because alt text is important to understand the image --- .github/CONTRIBUTING.md | 2 +- README.md | 10 +++++----- docs/src/components/CarbonAd/CarbonAdNative.js | 6 +++--- docs/src/components/DocsLayout.js | 2 +- .../collections/Menu/Types/MenuExampleAttached.js | 2 +- .../collections/Menu/Types/MenuExamplePointing.js | 2 +- .../Menu/Types/MenuExampleSecondaryPointing.js | 2 +- .../collections/Menu/Types/MenuExampleTabularOnTop.js | 2 +- .../Variations/ButtonExampleVerticallyAttached.js | 2 +- .../Variations/ButtonExampleVerticallyAttachedGroup.js | 2 +- .../elements/Label/Content/LabelExampleImage.js | 2 +- .../examples/elements/Label/Types/LabelExampleIcon.js | 6 +++--- .../examples/elements/Label/Types/LabelExampleImage.js | 6 +++--- .../elements/Label/Types/LabelExampleImageColored.js | 6 +++--- .../elements/Label/Variations/LabelExampleBasic.js | 2 +- .../Types/AdvertisementExampleAdvertisement.js | 2 +- .../views/Feed/Content/FeedExampleExtraImages.js | 4 ++-- .../views/Feed/Content/FeedExampleImageLabel.js | 2 +- .../views/Feed/Content/FeedExampleSummaryDate.js | 2 +- docs/src/examples/views/Feed/Types/FeedExampleBasic.js | 10 +++++----- .../views/Feed/Variations/FeedExampleSizeLarge.js | 4 ++-- docs/src/layouts/ResponsiveLayout.js | 10 +++++----- docs/src/pages/Introduction.js | 2 +- src/modules/Embed/Embed.js | 2 +- test/specs/modules/Embed/Embed-test.js | 2 +- test/specs/views/Feed/FeedLabel-test.js | 4 ++-- 26 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3514aeca05..2b80a2b4b4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -317,7 +317,7 @@ Sometimes it is convenient to use props to generate markup. Example, the [Label ```html - + Veronika
Friend
diff --git a/README.md b/README.md index 1f3d44e72f..48ea91d47f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- + Logo

@@ -36,9 +36,9 @@ See the [**Documentation**][2] for an introduction, usage information, and examp ## Built With

- - - + Amazon + Netflix + Microsoft

- Amazon Publishing — the full-service publisher of Amazon — [APub.com](https://amazonpublishing.amazon.com) @@ -122,7 +122,7 @@ Created by [@levithomason][26] and an amazing community of [contributors][20]. Made possible only by [@jlukic][32] authoring [Semantic UI][5]. -Blazing deployments by Vercel. +Blazing deployments by Logo Vercel. [1]: https://github.com/Semantic-Org/Semantic-UI-React/blob/master/.github/CONTRIBUTING.md [2]: https://react.semantic-ui.com/ diff --git a/docs/src/components/CarbonAd/CarbonAdNative.js b/docs/src/components/CarbonAd/CarbonAdNative.js index 75cacfe963..9ed30087b6 100644 --- a/docs/src/components/CarbonAd/CarbonAdNative.js +++ b/docs/src/components/CarbonAd/CarbonAdNative.js @@ -112,7 +112,7 @@ class CarbonAdNative extends PureComponent { return ( - + Ad {ad.company} {' — '} {ad.description} @@ -125,14 +125,14 @@ class CarbonAdNative extends PureComponent { /> {/* Impression */} - + Ad {/* Pixel */} {ad.pixel && ad.pixel .split('||') .map((pixel, i) => ( - Ad Blazing deployments by{' '} - Vercel + Vercel-Logo Vercel . diff --git a/docs/src/examples/collections/Menu/Types/MenuExampleAttached.js b/docs/src/examples/collections/Menu/Types/MenuExampleAttached.js index 1a877e2d4f..6fa7804936 100644 --- a/docs/src/examples/collections/Menu/Types/MenuExampleAttached.js +++ b/docs/src/examples/collections/Menu/Types/MenuExampleAttached.js @@ -42,7 +42,7 @@ const MenuExampleAttached = () => ( - + WireFrame ) diff --git a/docs/src/examples/collections/Menu/Types/MenuExamplePointing.js b/docs/src/examples/collections/Menu/Types/MenuExamplePointing.js index 24215e68b0..f9f7ee3b37 100644 --- a/docs/src/examples/collections/Menu/Types/MenuExamplePointing.js +++ b/docs/src/examples/collections/Menu/Types/MenuExamplePointing.js @@ -35,7 +35,7 @@ export default class MenuExamplePointing extends Component { - + Wireframe ) diff --git a/docs/src/examples/collections/Menu/Types/MenuExampleSecondaryPointing.js b/docs/src/examples/collections/Menu/Types/MenuExampleSecondaryPointing.js index 35037decc4..e917ebaddf 100644 --- a/docs/src/examples/collections/Menu/Types/MenuExampleSecondaryPointing.js +++ b/docs/src/examples/collections/Menu/Types/MenuExampleSecondaryPointing.js @@ -37,7 +37,7 @@ export default class MenuExampleSecondaryPointing extends Component { - + Wireframe ) diff --git a/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js b/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js index f477c98b9e..fe220f4db2 100644 --- a/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js +++ b/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js @@ -34,7 +34,7 @@ export default class MenuExampleTabularOnTop extends Component { - + Wireframe ) diff --git a/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js b/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js index 65a4fc0fcb..8df6d22352 100644 --- a/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js +++ b/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js @@ -5,7 +5,7 @@ const ButtonExampleVerticallyAttached = () => (
- + Wireframe
diff --git a/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js b/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js index 8943d145b7..9cc752e8bd 100644 --- a/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js +++ b/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttachedGroup.js @@ -8,7 +8,7 @@ const ButtonExampleVerticallyAttachedGroup = () => ( - + Wireframe diff --git a/docs/src/examples/elements/Label/Content/LabelExampleImage.js b/docs/src/examples/elements/Label/Content/LabelExampleImage.js index 4e6f7c2472..ccd876fda1 100644 --- a/docs/src/examples/elements/Label/Content/LabelExampleImage.js +++ b/docs/src/examples/elements/Label/Content/LabelExampleImage.js @@ -8,7 +8,7 @@ const LabelExampleImage = () => ( Elliot diff --git a/docs/src/examples/elements/Label/Types/LabelExampleIcon.js b/docs/src/examples/elements/Label/Types/LabelExampleIcon.js index 9e701f804c..647acf2d65 100644 --- a/docs/src/examples/elements/Label/Types/LabelExampleIcon.js +++ b/docs/src/examples/elements/Label/Types/LabelExampleIcon.js @@ -4,17 +4,17 @@ import { Icon, Label } from 'semantic-ui-react' const LabelExampleIcon = () => (
diff --git a/docs/src/examples/elements/Label/Types/LabelExampleImage.js b/docs/src/examples/elements/Label/Types/LabelExampleImage.js index 410774d422..923672d386 100644 --- a/docs/src/examples/elements/Label/Types/LabelExampleImage.js +++ b/docs/src/examples/elements/Label/Types/LabelExampleImage.js @@ -4,15 +4,15 @@ import { Label } from 'semantic-ui-react' const LabelExampleImage = () => (
diff --git a/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js b/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js index f79def881b..b689f329e0 100644 --- a/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js +++ b/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js @@ -4,17 +4,17 @@ import { Label } from 'semantic-ui-react' const LabelExampleImage = () => (
diff --git a/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js b/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js index 399c6befd7..24fad12cc8 100644 --- a/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js +++ b/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js @@ -10,7 +10,7 @@ const LabelExampleBasic = () => ( Pointing
) diff --git a/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js b/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js index fe220f4db2..63c6be79e5 100644 --- a/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js +++ b/docs/src/examples/collections/Menu/Types/MenuExampleTabularOnTop.js @@ -34,7 +34,7 @@ export default class MenuExampleTabularOnTop extends Component { - Wireframe + Wireframe
) diff --git a/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js b/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js index 8df6d22352..178682ff07 100644 --- a/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js +++ b/docs/src/examples/elements/Button/Variations/ButtonExampleVerticallyAttached.js @@ -5,7 +5,7 @@ const ButtonExampleVerticallyAttached = () => (
- Wireframe + Wireframe
diff --git a/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js b/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js index b689f329e0..01f97aacea 100644 --- a/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js +++ b/docs/src/examples/elements/Label/Types/LabelExampleImageColored.js @@ -14,7 +14,7 @@ const LabelExampleImage = () => ( Friend diff --git a/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js b/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js index 24fad12cc8..4914803ada 100644 --- a/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js +++ b/docs/src/examples/elements/Label/Variations/LabelExampleBasic.js @@ -10,7 +10,7 @@ const LabelExampleBasic = () => ( Pointing