René's URL Explorer Experiment


Title: CSS selectors don't support escape sequence · Issue #7688 · NativeScript/NativeScript · GitHub

Open Graph Title: CSS selectors don't support escape sequence · Issue #7688 · NativeScript/NativeScript

X Title: CSS selectors don't support escape sequence · Issue #7688 · NativeScript/NativeScript

Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.0.3 Cross-platform modules: 6.0.6 Android...

Open Graph Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.0...

X Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.0...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/7688

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"CSS selectors don't support escape sequence","articleBody":"**Environment**\r\n\r\nProvide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):\r\n - CLI: 6.0.3\r\n - Cross-platform modules: 6.0.6\r\n - Android Runtime: 6.0.1\r\n - iOS Runtime: 6.0.2\r\n - Plugin(s): [nativescript-tailwind](https://github.com/rigor789/nativescript-tailwind), ... (N/A)\r\n\r\n**Describe the bug**\r\n\r\nGiven we have a css selector like this:\r\n```css\r\n.w-1\\/2 {\r\n  width: 50%;\r\n}\r\n```\r\nThis is fully supported in browsers, however in NativeScript when the css parser parses it, the selector is parsed as `.w-1` completely ignoring the `\\/2` part. \r\n\r\nIn practice you would use these selectors as `\u003cElement class=\"w-1/2\" /\u003e`.\r\n\r\nThe issue with them parsing as just `.w-1` is that if you already have a `.w-1` class, it will override it's properties and lead to undesired results.\r\n\u003c!-- A clear and concise description of what the bug is. Please, explain whether it's a build time error or a runtime error. More detailed logs can be easily obtained by following the instructions in this guide: https://docs.nativescript.org/get-support#how-to-obtain-diagnostic-reports. --\u003e\r\n\r\n**To Reproduce**\r\n\r\nAdd the following css to any NativeScript app\r\n```css\r\n.w-1 {\r\n  width: 25;\r\n}\r\n.w-1\\/2 {\r\n  width: 50%;\r\n}\r\n```\r\n\r\nAnd use this simple layout to see the issue\r\n```HTML\r\n\u003cStackLayout\u003e\r\n  \u003cLabel class=\"w-1\" backgroundColor=\"red\" /\u003e\r\n  \u003cLabel class=\"w-1/2\" backgroundColor=\"blue\" /\u003e\r\n\u003c/StackLayout\u003e\r\n```\r\n\u003c!-- Add commands used or steps taken to reproduce the behaviour. --\u003e\r\n\r\n**Expected behavior**\r\n\r\nI would expect the `red` label to be `width: 25` and the `blue` label to be `width: 50%`.\r\n\r\nWhat is actually happening:\r\n * `red` is `width: 50%`\r\n * `blue` is `width: auto` (or whatever is default)\r\n\r\n**Sample project**\r\n\r\nhttps://play.nativescript.org/?template=play-vue\u0026id=kMFahL\r\n\u003c!-- If possible, provide a link from the [Playground](https://play.nativescript.org) with reproduction of the problem. If not, consider attaching a sample project or link to a repository with such project. --\u003e\r\n\r\n**Additional context**\r\n\r\nI have tracked the issue down to the css parser, more specifically this part:\r\n\r\nhttps://github.com/NativeScript/NativeScript/blob/c0b8db40982825f8e14b70f5a5d2fece17d06337/tns-core-modules/css/parser.ts#L737-L750\r\n\r\nI'm working on a PR to fix this issue.\r\n\u003c!-- Add any other context about the problem here. --\u003e\r\n","author":{"url":"https://github.com/rigor789","@type":"Person","name":"rigor789"},"datePublished":"2019-08-17T11:55:01.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/7688/NativeScript/issues/7688"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5e5b0b32-23a7-1cda-b08b-5f44602f65a9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id92DA:128756:3B2493F:5060721:6971FC72
html-safe-nonce5d9eeec5275ad94046f499101301758299292c045823dce1c4ed91d56fcc693e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MkRBOjEyODc1NjozQjI0OTNGOjUwNjA3MjE6Njk3MUZDNzIiLCJ2aXNpdG9yX2lkIjoiMjIyNjg0NDk3NzQyNzc3NDU3OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac00c34721dee7baa1cdeecc84fab706be3e38b7981d70a76244269b38354771af
hovercard-subject-tagissue:481878503
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/7688/issue_layout
twitter:imagehttps://opengraph.githubassets.com/1d37b5e41f4eb0dad10f58d847034e5023b66a91e48912d1045addd26008e434/NativeScript/NativeScript/issues/7688
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/1d37b5e41f4eb0dad10f58d847034e5023b66a91e48912d1045addd26008e434/NativeScript/NativeScript/issues/7688
og:image:altEnvironment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.0...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamerigor789
hostnamegithub.com
expected-hostnamegithub.com
None5d01a3551afdd1a0e12e78acaf3ba43a9a1f7dcb518695d6ed59db76a9290f13
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release062b05dcdf64ee7a3dad7acabb746494ae0982cc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/7688#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F7688
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F7688
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://github.com/NativeScript/NativeScript/issues/7688
Reloadhttps://github.com/NativeScript/NativeScript/issues/7688
Reloadhttps://github.com/NativeScript/NativeScript/issues/7688
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/7688
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.4k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 869 https://github.com/NativeScript/NativeScript/issues
Pull requests 59 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects 0 https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/NativeScript/NativeScript/security
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/7688
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/7688
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/7688
#7689https://github.com/NativeScript/NativeScript/pull/7689
CSS selectors don't support escape sequencehttps://github.com/NativeScript/NativeScript/issues/7688#top
#7689https://github.com/NativeScript/NativeScript/pull/7689
csshttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22css%22
featurehttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22feature%22
https://github.com/rigor789
https://github.com/rigor789
rigor789https://github.com/rigor789
on Aug 17, 2019https://github.com/NativeScript/NativeScript/issues/7688#issue-481878503
nativescript-tailwindhttps://github.com/rigor789/nativescript-tailwind
https://play.nativescript.org/?template=play-vue&id=kMFahLhttps://play.nativescript.org/?template=play-vue&id=kMFahL
NativeScript/tns-core-modules/css/parser.tshttps://github.com/NativeScript/NativeScript/blob/c0b8db40982825f8e14b70f5a5d2fece17d06337/tns-core-modules/css/parser.ts#L737-L750
c0b8db4https://github.com/NativeScript/NativeScript/commit/c0b8db40982825f8e14b70f5a5d2fece17d06337
csshttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22css%22
featurehttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22feature%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.