[webkit-changes] [WebKit/WebKit] b24a21: Web Inspector: Autocomplete for text-indent proper...

Ahmad Saleem noreply at github.com
Mon Feb 19 08:42:27 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b24a216b175d9bcf1e318e013acfe1e2c357b498
      https://github.com/WebKit/WebKit/commit/b24a216b175d9bcf1e318e013acfe1e2c357b498
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js

  Log Message:
  -----------
  Web Inspector: Autocomplete for text-indent property suggests -webkit-each-line and -webkit-hanging incorrectly

https://bugs.webkit.org/show_bug.cgi?id=269307

Reviewed by Timothy Hatcher.

This PR is to update `autocompletion` list to not suggest prefixed
properties of `hanging` and `each-line` for `text-ident`.

Both of these properties are enabled since 235896 at main.

* Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js:
(text-ident):

Canonical link: https://commits.webkit.org/274979@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list