home.social

#webinspector — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #webinspector, aggregated by home.social.

fetched live
  1. Stanco di dover aspettare di tornare al computer solo per ispezionare una pagina web?

    🌐 WebInspector porta tutta la potenza dei Developer Tools dei browser desktop direttamente sul tuo dispositivo Android!

    - Analizza il DOM in tempo reale
    - Ispeziona i log della console
    - Monitora il traffico di rete in diretta

    Compatibile con Android 7.0+.

    - GitHub ➡️ github.com/Messina-Agata/WebIn
    - F-Droid ➡️ f-droid.org/packages/com.agata

    #androidapps #devtools #webinspector #opensource #androiddev @opensource

  2. RE: mastodon.social/@eurozerozero/

    It has taken years and several attempts, but it looks like this bug with Safari’s Web Inspector (which I would run into every day!) might now actually be fixed in Safari Technology Preview 243. Here’s the commit that also details the race condition that caused it:

    github.com/WebKit/WebKit/commi

    FB11886541 ✅

    #WebInspector #Safari #SafariTechnologyPreview #WebKit #FeedbackAssistant

  3. Also, does the Safari Web Inspector not understand nested CSS syntax, or is the red syntax highlighting colour an intentional choice for nested rules? Because having this displayed in red sure suggests that it’s invalid syntax.

    (I can only assume it doesn’t understand nesting because there’s also no way to edit nested rules directly in the Styles pane of the Elements tab)

    WebKit/Safari team: FB21689793

    #WebKit #Safari #CSS #WebInspector #FeedbackAssistant

  4. While working with the dialog element over the past week I keep seeing this Safari Web Inspector bug:

    Having a nested @ starting-style rule within dialog::backdrop causes the Web Inspector to display the wrong style definitions when inspecting elements within a dialog element.

    e.g. inspecting a button inside a form in the dialog shows the form’s styles as the button’s styles, an off-by-one type bug.

    WebKit/Safari team: FB21689457

    #WebKit #Safari #CSS #WebInspector #FeedbackAssistant

  5. Hmm, it seems the Web Inspector in Safari (including in Safari Technology Preview) doesn’t know about the hanging and each-line keywords of the text-indent property.

    Instead, it still lists -webkit-each-line and -webkit-hanging, neither of which actually even works now.

    Maybe it never got updated when Safari started supporting the unprefixed versions?

    Also, Firefox finally supports these keywords (since December), but Chrome still doesn’t!

    #Safari #SafariTechnologyPreview #STP #WebInspector

  6. @jensimmons excited to see the updates for #WebInspector and #visionOS. I use inspector daily in my work and I’m curious about web design and W3C standards for special computing web sites.

  7. TIL you need to enable Safari’s Web Inspector explicitly for any WKWebView in iOS 16.4. Such fun sorting out the “No Inspectable Applications” item that shows up unexpectedly in Safari’s Develop menu.

    #swift #webKit #swiftUI #webInspector

    webkit.org/blog/13936/enabling

  8. @cory We added support for #WebInspector #WebExtensions to #Safari last fall. Just need the frameworks to release their extensions now.

  9. I finally got frustrated enough with this bug in the Web Inspector in Safari (and Safari Technology Preview) that I made a Feedback Assistant report about it.

    Adding properties to a new/existing rule in the Elements details sidebar will often result in the property just disappearing (or being replaced with something random) as soon as you type the closing ;

    Submitted as FB11886541

    #WebInspector #Safari #SafariTechnologyPreview #WebKit #bug #macOS #webdev #css #Apple