Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 3078: ensure proper namespace for title attr #3079

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nizamial09
Copy link

@nizamial09 nizamial09 commented Nov 29, 2024

Browsers may not always render the <title> inside SVG as a tooltip. Ensuring it has a correct namespace improves the cross browser behavior

Closes #3078

Changelog

Changed

  • added proper namespace for title attribute

Browsers may not always render the <title> inside SVG as a tooltip.
Ensuring it has a correct namespace improves the cross browser behavior

Closes carbon-design-system#3078

Signed-off-by: Nizamudeen A <[email protected]>
@nizamial09 nizamial09 requested a review from a team as a code owner November 29, 2024 04:49
Copy link

github-actions bot commented Nov 29, 2024

DCO Assistant Lite bot All contributors have signed the DCO.

Copy link

netlify bot commented Nov 29, 2024

Deploy Preview for carbon-components-angular ready!

Name Link
🔨 Latest commit cfeae67
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-angular/deploys/674947dd419b2200080825f5
😎 Deploy Preview https://deploy-preview-3079--carbon-components-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@nizamial09
Copy link
Author

I have read the DCO document and I hereby sign the DCO.

@nizamial09
Copy link
Author

I saw these errors when I ran npm run lint

src/combobox/combobox.component.spec.ts:36:9
ERROR: 36:9    quotemark       ' should be "
ERROR: 210:34  quotemark       ' should be "

src/combobox/combobox.component.ts:699:1
ERROR: 699:1   indent          tab indentation expected
ERROR: 700:1   indent          tab indentation expected
ERROR: 701:1   indent          tab indentation expected
ERROR: 702:1   indent          tab indentation expected
ERROR: 703:1   indent          tab indentation expected
ERROR: 704:1   indent          tab indentation expected

src/datepicker/datepicker.stories.ts:171:32
ERROR: 171:32  trailing-comma  Unnecessary trailing comma

Unrelated to my PR though

@Akshat55
Copy link
Contributor

I saw these errors when I ran npm run lint

src/combobox/combobox.component.spec.ts:36:9
ERROR: 36:9    quotemark       ' should be "
ERROR: 210:34  quotemark       ' should be "

src/combobox/combobox.component.ts:699:1
ERROR: 699:1   indent          tab indentation expected
ERROR: 700:1   indent          tab indentation expected
ERROR: 701:1   indent          tab indentation expected
ERROR: 702:1   indent          tab indentation expected
ERROR: 703:1   indent          tab indentation expected
ERROR: 704:1   indent          tab indentation expected

src/datepicker/datepicker.stories.ts:171:32
ERROR: 171:32  trailing-comma  Unnecessary trailing comma

Unrelated to my PR though

I'll have that resolved in a chore PR!

@nizamial09
Copy link
Author

I'll have that resolved in a chore PR!

cool, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Icon directive is not properly setting the title inside SVG as tooltip
2 participants