From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6237 invoked from network); 26 Jan 2022 18:37:10 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 26 Jan 2022 18:37:10 -0000 Received: from mail-oi1-f174.google.com ([209.85.167.174]) by 4ess; Wed Jan 26 13:32:41 -0500 2022 Received: by mail-oi1-f174.google.com with SMTP id q186so1254690oih.8 for <9front@9front.org>; Wed, 26 Jan 2022 10:32:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=bqbNVxqYk4Y/03yUJHidD9k+WGh0+bdRqNtXvgJzToU=; b=FhNK+dWrDFrtOtR1pr2a1vDAX5eEG5uPWoZ65L/1l9rEuKls6Dr4q1EplkzgNdkrSo M7lqGsDtybF9g3KnTdxo/+/O/i6sTZpnmmG+D8Kpf8c8/KZHRFhTs7gb/TrvDJMiLNdS BkTW1K7yjIYdMm+rmOfcNvw2msfxEKMFn1Da+4bZSDuXj+nzdIW8VnEcC+sdZrflQ2YB 22RXr29mVFo9t6dytCGDL2FkQGu37NFshy4BXo+0yMYqgIbunYSI17NgF+SDMeOGA91w ZR7XJt0sMc2INi3l5/WC79OiyJfDUVt9wRPqBJ0rq6hnQJAQudnyuvyfCp+hHKnlVJM4 tUnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=bqbNVxqYk4Y/03yUJHidD9k+WGh0+bdRqNtXvgJzToU=; b=FcTc4HrYlU5HwDk3hU1vvfJuieiv1s5XDauxF4+8IjXtkaz22mRpUwh5+VODkdzYpb BLvj0040efb0kxTwQYyYPMYQLX/0mmVXT4mTnAukNgYuo/lIWpW+9W+798XkNC1ghFQz +SihD3Lcq6quyNX8OL66skzfQGe0tWtzuOvlPe5B2eEA8ieL5uZz33ujM4myukKXDWw2 ZNVZxa3oFgWOMVlC16BNNmd65S2lAIVMiL7GgV1y1PBjRltsYgbq/DVtSUDgrngD8PbI 7Xjl+20eleeLRsD6Wm4I9O6dHWnv11Unkp0N3aF83cbFyETvKNNak4/ggPWizPaeDyqS 7rgQ== X-Gm-Message-State: AOAM532uWDnO4n8OfKTxnvUkGuAMGoBUq8AgCREOFrFbhM9MXHuTL+OE bAaqrTYeI3ZT0qOl32g/XqNup6Sybknx1RIkg1kOabMQ X-Google-Smtp-Source: ABdhPJzyTrqdBuOCsrn8aBOr3ZP2J6P5WTrOOY16yyz8iz1q/Xp/j0mtEHPcZRdljDrZsT/En19R7H1rX5KmKC4a1f0= X-Received: by 2002:a05:6808:13ce:: with SMTP id d14mr4870890oiw.261.1643221954362; Wed, 26 Jan 2022 10:32:34 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a4a:bd16:0:0:0:0:0 with HTTP; Wed, 26 Jan 2022 10:32:33 -0800 (PST) In-Reply-To: References: From: Kristo Date: Wed, 26 Jan 2022 20:32:33 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtual cloud framework-aware generator Subject: Re: [9front] mothra: fix rendering of tag Reply-To: 9front@9front.org Precedence: bulk Hi, > Do you have an example site or html snippet that > I can compare against? It's actually a rather unused tag, but here's this small html file from mozillas documentation: https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/HTML/Element/samp/_sample_.Basic_example.html My apologies, I should've included this in the first email.