Skip to content

Switch links from <span> to <a>#110

Open
greggman wants to merge 1 commit into
WebKit:mainfrom
greggman:use-anchor
Open

Switch links from <span> to <a>#110
greggman wants to merge 1 commit into
WebKit:mainfrom
greggman:use-anchor

Conversation

@greggman
Copy link
Copy Markdown

@greggman greggman commented May 28, 2026

The links in the developer.html were spans with an onclick handler that called prompt with a URL. This meant to use the link you had to manaully copy and paste it.

Screenshot 2026-05-28 at 10 59 48

Switching to <a> means you can just click the link. You can still copy the link by right clicking and picking copy link or long pressing on mobile. The link should still update to the correct value.

Note: the links won't actually work without #109

The links in the developer.html were spans with an onclick
handler that called `prompt` with a URL. This meant to use
the link you had to manaully copy and paste it.

Switching to `<a>` means you can just click the link.
You can still copy the link by right clicking and picking
copy link or long pressing on mobile. The link should still
update to the correct value.
@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2026

Deploy Preview for webkit-motionmark-preview ready!

Name Link
🔨 Latest commit 167e3bf
🔍 Latest deploy log https://app.netlify.com/projects/webkit-motionmark-preview/deploys/6a1882e315cd230008e06b05
😎 Deploy Preview https://deploy-preview-110--webkit-motionmark-preview.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 project configuration.

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.

1 participant