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

Incorrect starting point file for "Test your skills: Selectors" #197

Open
TripleCamera opened this issue Sep 17, 2024 · 0 comments
Open
Labels
idle Issues and pull requests with no activity for three months. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@TripleCamera
Copy link

What was incorrect, unhelpful, or incomplete?

<a href="https://example.com" title="Visit example.com">Link 2</a>

What did you expect to see?

https should be http.

Test your skills: Selectors requires the learner to write a CSS rule targeting "the <a> element with an href value starting with https". This rule was not supposed to select "Link 2" because it had started with http. However, a fix that replaces all http with https breaks this file.

Should we simply fix this? Or should we rewrite the task to avoid http links? I'm afraid that a later replacement for http links would break this file again.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

@TripleCamera TripleCamera added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Sep 17, 2024
@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idle Issues and pull requests with no activity for three months. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant