Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112607 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 43671 invoked from network); 23 Dec 2020 01:37:30 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 23 Dec 2020 01:37:30 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 542BF180384 for ; Tue, 22 Dec 2020 17:10:17 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f175.google.com (mail-il1-f175.google.com [209.85.166.175]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 22 Dec 2020 17:10:13 -0800 (PST) Received: by mail-il1-f175.google.com with SMTP id w17so6993187ilj.8 for ; Tue, 22 Dec 2020 17:10:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+h4mph8xYTBujCdaoW0lEhVzBV1slPA45TD8fIKWe8E=; b=dQBY1zLTwNsXbg2C5mKd6H2Wcgo9pzbBSIMzMbdg47t7xZQtYJTfLT+6e8HupL4Lyd 1i/56HOfyuiihprm2I/ZzXIpweVRrIHGOs09hEltEWAzj1y6bj/YZW3SBF8aXFJeepoD AE6jN2vVjBm7qDpjpkwko6wcStwjgFljxJc028STQDAeOcQD1/HmzmzCWs65duKMH8Qb +Wm3aYX2nLnoybBTp1G9rLjDACCyCOsoPbRuUjTsYE4ovyhnpGGM+CCC7vgcSo2t3cL6 0Fo/D1L1tEV8FZY00rN+uKMB17NN90DW+5vHtsdMWdkhSCt7nODEnBkhVOTPefakMun2 d7nA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+h4mph8xYTBujCdaoW0lEhVzBV1slPA45TD8fIKWe8E=; b=uDHAY7OJFKh97Lkizm4a0cMqJXzo1Skr9qoNYx5AHpFhrVo9YbfgHHxuX+GumLqlmi d2xSgnXGL7La4yGI3k5w5oTKiZM4D8H8AphytTwMA97oI8bPWjRW6SLhtLwTS+fmui2i 69TNh7DnDx9um8543hS5WLDyKXWs2pjl23W1MLXl+EMm5WV9JPS0uEP8PK8+Az5f7FAa pK/6Tho3PyzvEcdoPeOmZB6W6ou7EiS66wohiVGNWe5Y54dr7F+9DPB+aWYV0K+jJvXU rGZhcLcSaAi9EMTewQ7hWeTYZDgxovRjvglg9JZUVJKFLsFo4Qhf5uvdkf2sBUkxRwbT 3ujw== X-Gm-Message-State: AOAM530FpDWjS4gszcFOmCXM/QaFP5iLo8xjnJD+GJ8dqqP90zFM0msf NSz8XbQ7phJZtUVZD+N9fGEAzmtLGbalY4O6fqc= X-Google-Smtp-Source: ABdhPJwqR3os1rDFKDqkp2x5SXOl/oV9/7ZEnAhI4xDvoZBJPxYRU+MWkj2qWK1WFXHd+49LhE/4MkFqy3a0HU4n0RQ= X-Received: by 2002:a92:ca91:: with SMTP id t17mr22672652ilo.67.1608685810462; Tue, 22 Dec 2020 17:10:10 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 23 Dec 2020 03:09:42 +0200 Message-ID: To: Sara Golemon Cc: Nicolas Grekas , Benjamin Eberlei , PHP Internals Content-Type: multipart/alternative; boundary="00000000000049b2ab05b7175a25" Subject: Re: [PHP-DEV] #[Deprecated] Attribute From: weirdan@gmail.com (Bruce Weirdan) --00000000000049b2ab05b7175a25 Content-Type: text/plain; charset="UTF-8" On Tue, Dec 22, 2020 at 8:55 PM Sara Golemon wrote: > > You could do that now with a polyfill from userspace. If the annotation > need not have an effect, then it's just any other userspace implementation. > It's possible now, while the attribute is not provided by PHP. But once it gets introduced and *if* it forbids usage on some elements it wouldn't be possible to fix this from userspace. -- Best regards, Bruce Weirdan mailto: weirdan@gmail.com --00000000000049b2ab05b7175a25--