https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f27f579b00cc847d22e4b821089470f0612f1bbf authored by Eitan Isaacson on 15 July 2021, 18:24:01 UTC
Bug 1717575 - Check given attributes for null before iterating. r=morgan, a=jcristau
Tip revision: f27f579
CDATASection.webidl
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/.
 */

[Exposed=Window]
interface CDATASection : Text {
};
back to top