Code Monkey home page Code Monkey logo

Comments (1)

c6z3h avatar c6z3h commented on May 25, 2024

TLDR: I think on the feature_v2.json it notes that this "maturity" is of Unknown status, unlike most other working ones which are Working draft. Might need them to complete and update the backend json data

looking at the Web Dev Tools / Network, seems this is the json for the offending result

{
        "blink_components": [
            "Blink>Layout>Inline"
        ],
        "breaking_change": false,
        "browsers": {
            "chrome": {
                "blink_components": [
                    "Blink>Layout>Inline"
                ],
                "bug": null,
                "devrel": [
                    "[email protected]"
                ],
                "flag": false,
                "intervention": false,
                "origintrial": false,
                "owners": [
                    "[email protected]",
                    "[email protected]"
                ],
                "prefixed": null,
                "status": {
                    "text": "No active development",
                    "val": 1
                }
            },
            "ff": {
                "view": {
                    "notes": null,
                    "text": "No signal",
                    "url": null,
                    "val": 5
                }
            },
            "other": {
                "view": {
                    "notes": null
                }
            },
            "safari": {
                "view": {
                    "notes": null,
                    "text": "No signal",
                    "url": null,
                    "val": 5
                }
            },
            "webdev": {
                "view": {
                    "notes": null,
                    "text": "No signals",
                    "url": null,
                    "val": 4
                }
            }
        },
        "created": {
            "by": "[email protected]",
            "when": "2024-01-25 05:08:44.058139"
        },
        "enterprise_impact": 1,
        "first_enterprise_notification_milestone": null,
        "id": 5611463370866688,
        "is_released": false,
        "milestone": null,
        "name": "CSS text-box-edge",
        "resources": {
            "docs": [],
            "samples": []
        },
        "standards": {
            "maturity": {
                "short_text": "Unknown status",
                "text": null,
                "val": 0
            },
            "spec": "https://drafts.csswg.org/css-inline-3/#text-edges"
        },
        "summary": "For a text box, its edges can be determined in many ways.\r\nThis feature allows developers to specify the metrics that they want the edges of the text box to be, and another CSS property of text-box-trim should trim the box accordingly.",
        "unlisted": false,
        "updated": {
            "by": "[email protected]",
            "when": "2024-01-25 06:07:04.310802"
        }
    },

whereas for another one that works, titled CSS text-box-trim and text-box-edge:

{
        "blink_components": [
            "Blink>Layout>Inline"
        ],
        "breaking_change": false,
        "browsers": {
            "chrome": {
                "blink_components": [
                    "Blink>Layout>Inline"
                ],
                "bug": "https://bugs.chromium.org/p/chromium/issues/detail?id=1411581",
                "devrel": [],
                "flag": false,
                "intervention": false,
                "origintrial": false,
                "owners": [
                    "[email protected]",
                    "[email protected]"
                ],
                "prefixed": null,
                "status": {
                    "text": "No active development",
                    "val": 1
                }
            },
            "ff": {
                "view": {
                    "notes": "",
                    "text": "No signal",
                    "url": null,
                    "val": 5
                }
            },
            "other": {
                "view": {
                    "notes": ""
                }
            },
            "safari": {
                "view": {
                    "notes": "",
                    "text": "No signal",
                    "url": null,
                    "val": 5
                }
            },
            "webdev": {
                "view": {
                    "notes": "",
                    "text": "No signals",
                    "url": null,
                    "val": 4
                }
            }
        },
        "created": {
            "by": "[email protected]",
            "when": "2023-02-14 06:14:59.871318"
        },
        "enterprise_impact": 1,
        "first_enterprise_notification_milestone": null,
        "id": 5174589850648576,
        "is_released": false,
        "milestone": null,
        "name": "CSS text-box-trim and text-box-edge",
        "resources": {
            "docs": [],
            "samples": []
        },
        "standards": {
            "maturity": {
                "short_text": "Working draft",
                "text": "Specification currently under development in a Working Group",
                "val": 4
            },
            "spec": "https://drafts.csswg.org/css-inline-3/#text-edges"
        },
        "summary": "This feature includes two CSS properties,  text-box-trim and text-box-edge.\ntext-box-trim specifies whether start/end/both sides should be trimmed or not, and text-box-edge specifies the how each edge should be trimmed.\nThese properties allow developers to have precise control over spacing, and ensure font metrics are respected during layout in terms of spacing.\n",
        "unlisted": false,
        "updated": {
            "by": "[email protected]",
            "when": "2024-01-30 04:08:28.581358"
        }
    },

from chromium-dashboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.