/    Sign up×
Community /Pin to ProfileBookmark

Hello everyone! Right now I’m learning HTML. I decided to use VS Code as HTML editor. I’ve got a minor problem. Abbreviation title does not work on browser (Safari) when I launch a code using “Go Live!”. Ellipsis must appear under MDN in the browser window, but this is not the case. This is a code I’m talking about: I use resources from <abbr title=”Mozilla Dveloper Network”>MDN</abbr>. Could you help me please?

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@NogDogOct 19.2022 — Don't think it has anything to do with VS Code, but is a difference in the default behavior of Safari. This seemed to work for me:
[code=html]
<html>
<head>
<title>test</title>
<style>
abbr {
text-decoration-line: underline;
text-decoration-style: dotted;
}
</style>
</head>
<body>
<p>This is a <abbr title="Mozilla Dveloper Network">MDN</abbr> test.</p>
</body>
</html>
[/code]
Copy linkTweet thisAlerts:
@DextermskauthorOct 26.2022 — Thank you very much for your answer. Could you please share with me your Safari settings so that everything works on my laptop?
Copy linkTweet thisAlerts:
@DextermskauthorOct 26.2022 — @NogDog#1647951

Thank you very much for your answer. Could you please share with me your Safari settings so that everything works on my laptop?
Copy linkTweet thisAlerts:
@NogDogOct 26.2022 — > @Dextermsk#1648064 Could you please share with me your Safari settings

I never really use Safari, so presumably my settings are whatever the defaults are on the latest version.
×

Success!

Help @Dextermsk spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...