Media features are extracted as descriptors instead of value
See original GitHub issueMedia 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:
- Created 2 years ago
- Comments:7 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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
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-draftseditors/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!