question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Media features are extracted as descriptors instead of value

See original GitHub issue

Media features are extracted as descriptors. Do you want me to report the issue on w3c/csswg-drafts or do you think it can be fixed here?

I take this opportunity to ask an off topic question. Syntaxes of child at-rules are extracted by @webref/css, but not the top-level at-rules. Are you aware of this? Is it also because of a markup issue? Eg. for @keyframes:

@keyframes = @keyframes <keyframes-name> { <rule-list> }

This is not extracted.

<keyframe-block> = <keyframe-selector># { <declaration-list> }

This is extracted.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dontcallmedomcommented, Feb 3, 2022

FWIW, there is already a filed bug about the misusage of “property” in the CSS page spec which acknowledges this is a mistake in the spec

0reactions
cdoublevcommented, Feb 1, 2022

Yes, because I have to parse rule’s contents to check they only contains valid descriptors: I don’t really care about the descriptors are used in their prelude (ie. next to an at-rule).

Ok, then I’m closing this issue. I do not want to bother w3c/csswg-drafts editors/maintainers by asking for a clarification on the definition of a descriptor. It can be probably defined as data associated to a rule (descriptor) vs. (property) data that is a property of an HTML/SVG element, and it can be used anywhere in that rule (descriptor) vs. (property) in a style rule.

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Text feature extraction based on deep learning: a review
As a new feature extraction method, deep learning has made achievements in text mining. The major difference between deep learning and ...
Read more >
Extract the most important for description of the object real ...
I want to implement convolutional neural network for extracting real values of the features from the image. I understand that metric learning ...
Read more >
The Computer Vision Pipeline, Part 4: feature extraction
Feature extraction is a core component of the computer vision pipeline. ... output the predicted price based on the values of your features....
Read more >
Understanding videos at scale: How to extract insights for ...
The script automatically codes the videos located in a given folder from a start to an end index and saves all extracted feature...
Read more >
Representation of features as images with neighborhood ...
Each image varies from another depending on the values of the PaDEL descriptors of the drug, but the descriptor coordinates are same for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found